mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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__
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# ifdef __SSE4_1__
|
||||
#if defined __SSE4_1__ || defined __AVX2__
|
||||
# ifdef _MSC_VER
|
||||
# include <intrin.h>
|
||||
# else
|
||||
# include <x86intrin.h>
|
||||
|
Loading…
Reference in New Issue
Block a user