We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
int8x16_t
__m128i
1 parent eceb18c commit a6c5ac6Copy full SHA for a6c5ac6
Zend/zend_simd.h
@@ -56,7 +56,7 @@ typedef int8x16_t __m128i;
56
#define _mm_cmplt_epi8(a, b) (vreinterpretq_s8_u8(vcltq_s8(a, b)))
57
#define _mm_cmpgt_epi8(a, b) (vreinterpretq_s8_u8(vcgtq_s8(a, b)))
58
59
-static zend_always_inline int _mm_movemask_epi8(int8x16_t x)
+static zend_always_inline int _mm_movemask_epi8(__m128i x)
60
{
61
/**
62
* based on code from
0 commit comments