aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-28 04:20:55 -0700
committerChris Robinson <[email protected]>2012-09-28 04:20:55 -0700
commit825c5b5282f9c06b90bb3e22c967270c25bb1796 (patch)
tree9280be474b4648b07f5a399228c1f840160938c6 /config.h.in
parent25ca1793892bc6ae2587339e0bd80aef1db8c11a (diff)
Use lrintf to fast convert floats to ints when possible
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 300373e5..750fcfab 100644
--- a/config.h.in
+++ b/config.h.in
@@ -67,6 +67,9 @@
/* Define if we have the stat function */
#cmakedefine HAVE_STAT
+/* Define if we have the lrintf function */
+#cmakedefine HAVE_LRINTF
+
/* Define if we have the powf function */
#cmakedefine HAVE_POWF