mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Use #ifdef instead of #if
This commit is contained in:
parent
96daef0458
commit
dab5462484
@ -576,7 +576,7 @@ static zend_always_inline double _zend_get_nan(void) /* {{{ */
|
||||
# define ZEND_INTRIN_SSSE3_FUNC_DECL(func)
|
||||
#endif
|
||||
|
||||
#if __SSE4_2__
|
||||
#ifdef __SSE4_2__
|
||||
/* Instructions compiled directly. */
|
||||
# define ZEND_INTRIN_SSE4_2_NATIVE 1
|
||||
#elif (defined(HAVE_FUNC_ATTRIBUTE_TARGET) && defined(PHP_HAVE_SSE4_2)) || defined(ZEND_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user