mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 17:48:22 +02:00
imports.h: Correct ceilf typo.
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
f96405f254
commit
cfdf60f236
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ typedef union { GLfloat f; GLint i; } fi_type;
|
|||
#define asinf(f) ((float) asin(f))
|
||||
#define atan2f(x,y) ((float) atan2(x,y))
|
||||
#define atanf(f) ((float) atan(f))
|
||||
#define cielf(f) ((float) ciel(f))
|
||||
#define ceilf(f) ((float) ceil(f))
|
||||
#define cosf(f) ((float) cos(f))
|
||||
#define coshf(f) ((float) cosh(f))
|
||||
#define expf(f) ((float) exp(f))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue