summaryrefslogtreecommitdiff
path: root/cgpwas.c
diff options
context:
space:
mode:
authorJohn van Groningen2004-04-19 15:10:53 +0000
committerJohn van Groningen2004-04-19 15:10:53 +0000
commit4e726a3547fd84a8741b4662efbac664bf8894d7 (patch)
tree622009e005a5d34cd9e2ad467606d055920e63ca /cgpwas.c
parentimplement tuple result for centry on IA32 (diff)
port to gcc on Mac OS X
Diffstat (limited to 'cgpwas.c')
-rw-r--r--cgpwas.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgpwas.c b/cgpwas.c
index e7bf7c0..776cadd 100644
--- a/cgpwas.c
+++ b/cgpwas.c
@@ -48,6 +48,10 @@
#include "cgptoc.h"
#include "cgpwas.h"
+#ifdef GNU_C
+# include <ppc_intrinsics.h>
+#endif
+
#define FP_REVERSE_SUB_DIV_OPERANDS 1
#define for_l(v,l,n) for(v=(l);v!=NULL;v=v->n)