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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/fpu_modes.h b/Alc/fpu_modes.h
index 8261692e..73e75965 100644
--- a/Alc/fpu_modes.h
+++ b/Alc/fpu_modes.h
@@ -4,11 +4,6 @@
class FPUCtl {
#if defined(HAVE_SSE_INTRINSICS) || (defined(__GNUC__) && defined(HAVE_SSE))
unsigned int sse_state{};
-#elif defined(HAVE___CONTROL87_2)
- unsigned int state{};
- unsigned int sse_state{};
-#elif defined(HAVE__CONTROLFP)
- unsigned int state{};
#endif
bool in_mode{};