diff options
author | Chris Robinson <[email protected]> | 2011-09-22 01:00:44 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-22 01:00:44 -0700 |
commit | a4b1239f45daa29bb423077da60804d7bf9287eb (patch) | |
tree | 0a9f7025fe1d298f5de58fde0836af9541c3ed01 /config.h.in | |
parent | 43350f9066f0c28ac8ff6269783db222508dec45 (diff) |
Use cosf and sinf when available
Also clear away a few more MSVC precision warnings
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f680295d..b6c945a5 100644 --- a/config.h.in +++ b/config.h.in @@ -53,6 +53,12 @@ /* Define if we have the sqrtf function */ #cmakedefine HAVE_SQRTF +/* Define if we have the cosf function */ +#cmakedefine HAVE_COSF + +/* Define if we have the sinf function */ +#cmakedefine HAVE_SINF + /* Define if we have the acosf function */ #cmakedefine HAVE_ACOSF |