]> granicus.if.org Git - php/commitdiff
- sync with 1.0.2, improve perf x86-64 (patch by Solar Designer)
authorPierre Joye <pajoye@php.net>
Mon, 8 Jun 2009 08:44:15 +0000 (08:44 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 8 Jun 2009 08:44:15 +0000 (08:44 +0000)
ext/standard/crypt_blowfish.c

index f470b66609fd66019040f98f564623c1fc76dda3..b640a1081b6d84f5e4639b6c9021e781c3620e80 100644 (file)
@@ -54,7 +54,7 @@
 #ifdef __i386__
 #define BF_ASM                         0
 #define BF_SCALE                       1
-#elif defined(__alpha__) || defined(__hppa__)
+#elif defined(__x86_64__) || defined(__alpha__) || defined(__hppa__)
 #define BF_ASM                         0
 #define BF_SCALE                       1
 #else