Skip to content

Conversation

nikic
Copy link
Member

@nikic nikic commented Feb 14, 2019

Followup to #3826 for PHP 7.4.

@nikic
Copy link
Member Author

nikic commented Feb 14, 2019

Merged as 96daef0.

@nikic nikic closed this Feb 14, 2019
@@ -575,14 +576,15 @@ static zend_always_inline double _zend_get_nan(void) /* {{{ */
# define ZEND_INTRIN_SSSE3_FUNC_DECL(func)
#endif

#if defined(HAVE_SSE4_2_DEF) || (defined(ZEND_WIN32) && defined(__SSE4_2__))
#if __SSE4_2__
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#ifdef __SSE4_2__
was this line before #3826 (but not sure if important)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pointer, I'll change this. It makes no difference here, but better to stay consistent with the other checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants