aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-11-04 18:07:37 -0700
committerBrian Paul <[email protected]>2013-11-04 18:09:57 -0700
commitfaaf568cfb0548d6162d6fefd68f6ad62eb6406c (patch)
tree52b58a36704dc545efee62f6d482323d95350543 /src/mesa/main/compiler.h
parent2671b576b22614d1b424a1fe70f84ee6c3920d13 (diff)
mesa: remove __alpha__ && CCPML check
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r--src/mesa/main/compiler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index e3c856065a2..2820913b6e7 100644
--- 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>