Mesa (master): mesa: remove __alpha__ && CCPML check

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 5 01:11:46 UTC 2013


Module: Mesa
Branch: master
Commit: faaf568cfb0548d6162d6fefd68f6ad62eb6406c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=faaf568cfb0548d6162d6fefd68f6ad62eb6406c

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Nov  4 18:07:37 2013 -0700

mesa: remove __alpha__ && CCPML check

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/main/compiler.h |    4 ----
 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>




More information about the mesa-commit mailing list