Skip to content

Commit d163a47

Browse files
committed
Add missing #include <smmintrin.h>
1 parent a925142 commit d163a47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aes_hardware.c

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ aesHardwareCheck()
128128
#endif /* defined(__clang__) || defined(__GNUC__) */
129129

130130
#include <wmmintrin.h>
131+
#include <smmintrin.h>
131132

132133
static int
133134
aesGenKeyEncryptInternal(const unsigned char* userKey, const int bits, __m128i* keyData)

0 commit comments

Comments
 (0)