mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Merge pull request #7626 from SlugFiller/patch-1
Support compilation using CLang on Windows
This commit is contained in:
commit
6f37495ea4
2 changed files with 4 additions and 0 deletions
2
ChangeLog.d/fix-win32-llvm-build.txt
Normal file
2
ChangeLog.d/fix-win32-llvm-build.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Bugfix
|
||||
* Fix builds on Windows with clang
|
||||
|
|
@ -35,6 +35,8 @@
|
|||
#if MBEDTLS_AESNI_HAVE_CODE == 2
|
||||
#if !defined(_WIN32)
|
||||
#include <cpuid.h>
|
||||
#else
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue