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 ff4ef5b commit 57efb3aCopy full SHA for 57efb3a
ext/json/json_encoder.c
@@ -651,6 +651,8 @@ zend_result php_json_escape_string(
651
652
#if defined(ZEND_INTRIN_SSE4_2_NATIVE) || defined(ZEND_INTRIN_SSE4_2_FUNC_PROTO)
653
const __m128i sse_escape_mask = php_json_create_sse_escape_mask(options);
654
+#elif defined(JSON_USE_SIMD)
655
+ const __m128i sse_escape_mask = _mm_setzero_si128();
656
#endif
657
658
do {
0 commit comments