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 /config.h.in | |
parent | f4925a0e6a1988a4274ab1c8928ba88f70b6c39a (diff) |
Set the FPU into single-precision mode for mixer updates
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 3cafe8d2..54bc9672 100644 --- a/config.h.in +++ b/config.h.in @@ -119,6 +119,9 @@ /* Define if we have float.h */ #cmakedefine HAVE_FLOAT_H +/* Define if we have fpu_control.h */ +#cmakedefine HAVE_FPU_CONTROL_H + /* Define if we have fenv.h */ #cmakedefine HAVE_FENV_H |