diff options
Diffstat (limited to 'cgiconst.h')
-rw-r--r-- | cgiconst.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 { |