diff options
author | Chris Robinson <[email protected]> | 2018-01-11 08:44:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-11 08:44:52 -0800 |
commit | 15ad5245bfa498dff729d2bb1cd91fad161cc806 (patch) | |
tree | b5f0d36fe916d81e498c7c18278ed7b40f7cf00d /Alc/ALc.c | |
parent | 8aa9e35f8c743c1336142a0a49eaeee19a6d33d3 (diff) |
Move the FPU mode declarations to a separate header
Also don't use inheritance with FPUCtl.
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ #include "alu.h" #include "alconfig.h" +#include "fpu_modes.h" #include "cpu_caps.h" #include "compat.h" #include "threads.h" |