aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/fpu_modes.h
diff options
context:
space:
mode:
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{};