mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-03 11:46:09 +00:00
Only include intrin.h on Windows
This commit is contained in:
parent
76dbbd54a0
commit
40fb17dddc
@ -14,7 +14,9 @@
|
||||
|
||||
#include "Math.h"
|
||||
|
||||
#include <intrin.h>
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
#include "Forward.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user