Fix for some missing macros
This commit is contained in:
parent
609ee74211
commit
8e0164df96
@ -8,6 +8,11 @@
|
||||
#endif
|
||||
#ifdef HAVE_SSE_INTRINSICS
|
||||
#include <emmintrin.h>
|
||||
#ifndef _MM_DENORMALS_ZERO_MASK
|
||||
/* Some headers seem to be missing these? */
|
||||
#define _MM_DENORMALS_ZERO_MASK 0x0040u
|
||||
#define _MM_DENORMALS_ZERO_ON 0x0040u
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "cpu_caps.h"
|
||||
|
Loading…
Reference in New Issue
Block a user