mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Fix order of checks for including intrinsics.
This commit is contained in:
parent
6b06b64caf
commit
684a119a2c
@ -13,8 +13,8 @@
|
|||||||
# define __SSE4_1__
|
# define __SSE4_1__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined __SSE4_1__ || defined __AVX2__
|
||||||
# ifdef __SSE4_1__
|
# ifdef _MSC_VER
|
||||||
# include <intrin.h>
|
# include <intrin.h>
|
||||||
# else
|
# else
|
||||||
# include <x86intrin.h>
|
# include <x86intrin.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user