projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cffedcf
)
mesa: remove expf macro
author
Brian Paul
<brianp@vmware.com>
Tue, 24 Feb 2015 16:32:27 +0000
(09:32 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 24 Feb 2015 21:44:19 +0000
(14:44 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/imports.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.h
b/src/mesa/main/imports.h
index ae89d59f15f5ff61f6ef564b1dd95cabbc374df7..5e40bd0b0633f71349f88269d86b7e6a8c53b23a 100644
(file)
--- a/
src/mesa/main/imports.h
+++ b/
src/mesa/main/imports.h
@@
-98,7
+98,6
@@
typedef union { GLfloat f; GLint i; GLuint u; } fi_type;
&& (!defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L)) \
&& (!defined(_MSC_VER) || (_MSC_VER < 1400))
#define ceilf(f) ((float) ceil(f))
-#define expf(f) ((float) exp(f))
#define floorf(f) ((float) floor(f))
#define sqrtf(f) ((float) sqrt(f))