mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- MFB: sync with 1.0.2, improve perf x86-64 (patch by Solar Designer)
This commit is contained in:
parent
3474172eb9
commit
4ab529f058
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue