projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a23a0
)
use cpml.h on Alpha (AlanH)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Sep 2000 15:42:45 +0000
(15:42 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Sep 2000 15:42:45 +0000
(15:42 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index d2e9b54da17a676787484d0fc3684ba58df93388..ab5cb2e477596906301f175686d4945504283165 100644
(file)
--- a/
src/mesa/main/glheader.h
+++ b/
src/mesa/main/glheader.h
@@
-1,4
+1,4
@@
-/* $Id: glheader.h,v 1.1
3 2000/09/12 15:41:46
brianp Exp $ */
+/* $Id: glheader.h,v 1.1
4 2000/09/15 15:42:45
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-47,7
+47,12
@@
#else
#include <assert.h>
#include <ctype.h>
+/* If we can use Compaq's Fast Math Library on Alpha */
+#if defined(__alpha__) && defined(CCPML)
+#include <cpml.h>
+#else
#include <math.h>
+#endif
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>