Skip to content

Commit 1826161

Browse files
committed
remove some debug
1 parent 124396a commit 1826161

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/json/json_encoder.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -498,12 +498,6 @@ zend_result php_json_escape_string(
498498
const __m128i input = _mm_loadu_si128((__m128i *) (s + pos));
499499
const __m128i input_range = _mm_cmplt_epi8(input, _mm_set1_epi8(32));
500500

501-
//const uint8_t *raw = (const uint8_t *) &input_range;
502-
//for (int i =0;i<16;i++) {
503-
// printf("%x ", raw[i]);
504-
//}
505-
//printf("\n");
506-
507501
int max_shift = 16;
508502

509503
int input_range_mask = _mm_movemask_epi8(input_range);

0 commit comments

Comments
 (0)