diff --git a/sshaes.c b/sshaes.c index 5259396f..c5c05d21 100644 --- a/sshaes.c +++ b/sshaes.c @@ -1243,6 +1243,7 @@ INLINE static int supports_aes_ni() * Wrapper of SHUFPD instruction for MSVC */ #ifdef _MSC_VER +FUNC_ISA INLINE static __m128i mm_shuffle_pd_i0(__m128i a, __m128i b) { union { @@ -1255,6 +1256,7 @@ INLINE static __m128i mm_shuffle_pd_i0(__m128i a, __m128i b) return ru.i; } +FUNC_ISA INLINE static __m128i mm_shuffle_pd_i1(__m128i a, __m128i b) { union {