From: Pierre Joye Date: Mon, 8 Jun 2009 08:45:36 +0000 (+0000) Subject: - MFB: sync with 1.0.2, improve perf x86-64 (patch by Solar Designer) X-Git-Tag: php-5.4.0alpha1~191^2~3385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ab529f05830f2a8d07c72d8052dae59d222e1dd;p=php - MFB: sync with 1.0.2, improve perf x86-64 (patch by Solar Designer) --- diff --git a/ext/standard/crypt_blowfish.c b/ext/standard/crypt_blowfish.c index f470b66609..b640a1081b 100644 --- a/ext/standard/crypt_blowfish.c +++ b/ext/standard/crypt_blowfish.c @@ -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