mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 14:08:04 +00:00
Only include intrin.h on Windows
This commit is contained in:
committed by
Corentin Wallez
parent
76dbbd54a0
commit
40fb17dddc
@@ -14,7 +14,9 @@
|
|||||||
|
|
||||||
#include "Math.h"
|
#include "Math.h"
|
||||||
|
|
||||||
|
#if defined(_WIN32) || defined(_WIN64)
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "Forward.h"
|
#include "Forward.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user