summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgiconst.h b/cgiconst.h
index b4d79bb..74d8d9f 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -3,7 +3,7 @@
# define FMADD
#endif
-#ifdef I486
+#if defined (I486) && !defined (G_AI64)
# define FP_STACK_OPTIMIZATIONS
#endif
@@ -63,6 +63,9 @@ enum {
#ifdef G_POWER
,IUMULH
#endif
+#ifdef G_AI64
+ ,IMOVESW
+#endif
};
enum {