aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/fpu_modes.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-18 20:27:25 -0700
committerChris Robinson <[email protected]>2019-03-18 20:27:25 -0700
commit73a43fb19c2f8eeb724094ec0fb84088513450f7 (patch)
tree314d3ae6707865afbafde7ec65a700762c1770b5 /Alc/fpu_modes.h
parent2de1d17bc6b07ec4e7680f1c46e147eeaa269f05 (diff)
Don't bother trying _controlfp or __control87_2
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{};