aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/fpu_modes.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-18 20:14:40 -0700
committerChris Robinson <[email protected]>2019-03-18 20:14:40 -0700
commit2de1d17bc6b07ec4e7680f1c46e147eeaa269f05 (patch)
tree69165764c92d16727267153ba5b2acd51a69381d /Alc/fpu_modes.h
parent6a0b2ed0ca2b7628771ee450567c2c62c575db36 (diff)
Use SSE intrinsics to set FTZ and DAZ
Diffstat (limited to 'Alc/fpu_modes.h')
-rw-r--r--Alc/fpu_modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/fpu_modes.h b/Alc/fpu_modes.h
index 1afd6618..8261692e 100644
--- a/Alc/fpu_modes.h
+++ b/Alc/fpu_modes.h
@@ -2,7 +2,7 @@
#define FPU_MODES_H
class FPUCtl {
-#if defined(__GNUC__) && defined(HAVE_SSE)
+#if defined(HAVE_SSE_INTRINSICS) || (defined(__GNUC__) && defined(HAVE_SSE))
unsigned int sse_state{};
#elif defined(HAVE___CONTROL87_2)
unsigned int state{};