diff options
author | Chris Robinson <[email protected]> | 2011-09-29 05:10:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-29 05:10:15 -0700 |
commit | d3a6de3f867fc617190de317c26ed599e9e2c88d (patch) | |
tree | e43568584b218fbcee571dc6b6a01bc033045af4 /OpenAL32/Include/alMain.h | |
parent | f4925a0e6a1988a4274ab1c8928ba88f70b6c39a (diff) |
Set the FPU into single-precision mode for mixer updates
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 88478a88..f69ea967 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -9,6 +9,10 @@ #include <fenv.h> #endif +#ifdef HAVE_FPU_CONTROL_H +#include <fpu_control.h> +#endif + #include "AL/al.h" #include "AL/alc.h" #include "AL/alext.h" |