From: Pierre Joye Date: Mon, 8 Jun 2009 08:44:15 +0000 (+0000) Subject: - sync with 1.0.2, improve perf x86-64 (patch by Solar Designer) X-Git-Tag: php-5.3.0RC3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cb1d57fd5ff231e24896d4b4a24a69c6cdc15d9;p=php - 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