Skip to content

Commit 60e5dc2

Browse files
authored
Merge pull request JishinMaster#5 from JoachimSchurig/arm-fixes
removing duplicate functions with newer sse2neon.h
2 parents c092ef9 + ed8c163 commit 60e5dc2

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

sse2neon_wrapper.h

-20
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,6 @@ RMode Meaning
6969
*/
7070

7171

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-
9272
#if 0
9373
//Armv8.3+
9474
FORCE_INLINE __m128 _mm_cplx_mul_ps(__m128 r, __m128 a, __m128 b)

0 commit comments

Comments
 (0)