commit | e2d061457124c59b7845919c0bed68dfeaf76507 | [log] [tgz] |
---|---|---|
author | SlugFiller <5435495+SlugFiller@users.noreply.github.com> | Fri Jun 23 06:24:49 2023 +0300 |
committer | SlugFiller <5435495+SlugFiller@users.noreply.github.com> | Mon Jun 26 19:19:56 2023 +0300 |
tree | 3198332c8f43b4e21719b1756f98520106fc60ca | |
parent | 63b50b56cd17092f6a43f1526969cac3919474df [diff] |
Support compilation using CLang on Windows Signed-off-by: SlugFiller <5435495+SlugFiller@users.noreply.github.com>
diff --git a/library/aesni.c b/library/aesni.c index c909f65..866b6cb 100644 --- a/library/aesni.c +++ b/library/aesni.c
@@ -41,6 +41,8 @@ #if MBEDTLS_AESNI_HAVE_CODE == 2 #if !defined(_WIN32) #include <cpuid.h> +#else +#include <intrin.h> #endif #include <immintrin.h> #endif