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.
2 parents c092ef9 + ed8c163 commit 60e5dc2Copy full SHA for 60e5dc2
sse2neon_wrapper.h
@@ -69,26 +69,6 @@ RMode Meaning
69
*/
70
71
72
-#if defined(__ARM_FEATURE_CRYPTO)
73
-
74
-FORCE_INLINE __m128i _mm_aesdec_si128(__m128i a, __m128i RoundKey)
75
-{
76
- return vreinterpretq_m128i_u8(vaesimcq_u8(vaesdq_u8(a, (__m128i){}))) ^ RoundKey;
77
-}
78
79
-FORCE_INLINE __m128i _mm_aesdeclast_si128(__m128i a, __m128i RoundKey)
80
81
- return vreinterpretq_m128i_u8(vaesdq_u8(a, (__m128i){})) ^ RoundKey;
82
83
84
-inline __m128i _mm_aesimc_si128(__m128i a)
85
86
- return vreinterpretq_m128i_u8(vaesimcq_u8(vreinterpretq_u8_m128i(a)));
87
88
89
-#endif
90
91
92
#if 0
93
//Armv8.3+
94
FORCE_INLINE __m128 _mm_cplx_mul_ps(__m128 r, __m128 a, __m128 b)
0 commit comments