1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00

clang/LLVM needs cpuid.h

This commit is contained in:
Chuck Walbourn 2019-06-24 12:46:01 -07:00
parent 0da1ef1ee1
commit de7b85a2d3

View File

@ -110,6 +110,10 @@
#include <intrin.h>
#pragma warning(pop)
#ifdef __clang__
#include <cpuid.h>
#endif
#ifdef _XM_SSE_INTRINSICS_
#include <xmmintrin.h>
#include <emmintrin.h>