projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2671b57
)
mesa: remove __alpha__ && CCPML check
author
Brian Paul
<brianp@vmware.com>
Tue, 5 Nov 2013 01:07:37 +0000
(18:07 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 5 Nov 2013 01:09:57 +0000
(18:09 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/compiler.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/compiler.h
b/src/mesa/main/compiler.h
index e3c856065a297153b2e83144a4bb6bbb11aeb1d5..2820913b6e7bc66a2ab31451bfc0b561c00cd259 100644
(file)
--- a/
src/mesa/main/compiler.h
+++ b/
src/mesa/main/compiler.h
@@
-36,11
+36,7
@@
#include <assert.h>
#include <ctype.h>
-#if defined(__alpha__) && defined(CCPML)
-#include <cpml.h> /* use Compaq's Fast Math Library on Alpha */
-#else
#include <math.h>
-#endif
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>