aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-07 05:36:25 -0700
committerChris Robinson <[email protected]>2012-10-07 05:36:25 -0700
commit6b870714a91c9607acc4501234a00c7c94fa2b85 (patch)
tree04d0ae8cf35cb357a21a63bba7d420e3dee794be /config.h.in
parent708f3ccc3d457499ac046a009a7c3317b31a2b4b (diff)
Use __cpuid from intrin.h in Windows when available
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 75d7a790..3c2609f5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -100,6 +100,9 @@
/* Define if we have the floorf function */
#cmakedefine HAVE_FLOORF
+/* Define if we have the __cpuid function */
+#cmakedefine HAVE___CPUID
+
/* Define if we have the strtof function */
#cmakedefine HAVE_STRTOF
@@ -145,6 +148,9 @@
/* Define if we have initguid.h */
#cmakedefine HAVE_INITGUID_H
+/* Define if we have intrin.h */
+#cmakedefine HAVE_INTRIN_H
+
/* Define if we have ieeefp.h */
#cmakedefine HAVE_IEEEFP_H