1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Merge pull request #7823 from SlugFiller/mbedtls-2.28

Support compilation using CLang on Windows
This commit is contained in:
Dave Rodgman
2023-07-03 09:52:03 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@ -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