summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-11-04 18:07:37 -0700
committerBrian Paul <brianp@vmware.com>2013-11-04 18:09:57 -0700
commitfaaf568cfb0548d6162d6fefd68f6ad62eb6406c (patch)
tree52b58a36704dc545efee62f6d482323d95350543 /src/mesa/main/compiler.h
parent2671b576b22614d1b424a1fe70f84ee6c3920d13 (diff)
downloadexternal_mesa3d-faaf568cfb0548d6162d6fefd68f6ad62eb6406c.zip
external_mesa3d-faaf568cfb0548d6162d6fefd68f6ad62eb6406c.tar.gz
external_mesa3d-faaf568cfb0548d6162d6fefd68f6ad62eb6406c.tar.bz2
mesa: remove __alpha__ && CCPML check
Reviewed-by: Matt Turner <mattst88@gmail.com>
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 e3c8560..2820913 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>