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 /CMakeLists.txt | |
parent | f4925a0e6a1988a4274ab1c8928ba88f70b6c39a (diff) |
Set the FPU into single-precision mode for mixer updates
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f4902bb..14492387 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,6 +215,7 @@ CHECK_C_SOURCE_COMPILES("int foo(const char *str, ...) __attribute__((format(pri int main() {return 0;}" HAVE_GCC_FORMAT) CHECK_INCLUDE_FILE(fenv.h HAVE_FENV_H) +CHECK_INCLUDE_FILE(fpu_control.h HAVE_FPU_CONTROL_H) CHECK_INCLUDE_FILE(float.h HAVE_FLOAT_H) CHECK_INCLUDE_FILE(ieeefp.h HAVE_IEEEFP_H) CHECK_INCLUDE_FILE(guiddef.h HAVE_GUIDDEF_H) |