We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1ec6f commit 9318521Copy full SHA for 9318521
Zend/zend_portability.h
@@ -514,11 +514,11 @@ static zend_always_inline double _zend_get_nan(void) /* {{{ */
514
# endif
515
#endif
516
517
-#if defined(__GNUC__) && defined(HAVE_FUNC_ATTRIBUTE_IFUNC) && defined(HAVE_FUNC_ATTRIBUTE_TARGET)
+#if defined(HAVE_FUNC_ATTRIBUTE_IFUNC) && defined(HAVE_FUNC_ATTRIBUTE_TARGET)
518
# define ZEND_INTRIN_HAVE_IFUNC_TARGET 1
519
520
521
-#if defined(__GNUC__) && defined(__SSE4_2__)
+#ifdef __SSE4_2__
522
/* Instructions compiled directly. */
523
# define ZEND_INTRIN_SSE4_2_NATIVE 1
524
#elif (defined(__i386__) || defined(__x86_64__)) && defined(HAVE_NMMINTRIN_H) || defined(ZEND_WIN32)
0 commit comments