mirror of
https://github.com/wolfpld/tracy.git
synced 2024-12-02 09:44:35 +00:00
Fix incomplete headers.
This commit is contained in:
parent
e659220602
commit
36de7b2cc7
@ -18,6 +18,11 @@
|
|||||||
# include <intrin.h>
|
# include <intrin.h>
|
||||||
# else
|
# else
|
||||||
# include <x86intrin.h>
|
# include <x86intrin.h>
|
||||||
|
# ifdef __CYGWIN__
|
||||||
|
# ifndef _mm256_cvtsi256_si32
|
||||||
|
# define _mm256_cvtsi256_si32( v ) ( _mm_cvtsi128_si32( _mm256_castsi256_si128( v ) ) )
|
||||||
|
# endif
|
||||||
|
# endif
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user