gallium/auxiliary: Ensure c99_math.h is included.
As it is needed for exp2. Trivial.
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
#ifndef RGB9E5_H
|
||||
#define RGB9E5_H
|
||||
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "c99_math.h"
|
||||
|
||||
#define RGB9E5_EXPONENT_BITS 5
|
||||
#define RGB9E5_MANTISSA_BITS 9
|
||||
#define RGB9E5_EXP_BIAS 15
|
||||
|
||||
Reference in New Issue
Block a user