diff options
author | Chris Robinson <[email protected]> | 2012-10-07 05:36:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-07 05:36:25 -0700 |
commit | 6b870714a91c9607acc4501234a00c7c94fa2b85 (patch) | |
tree | 04d0ae8cf35cb357a21a63bba7d420e3dee794be /config.h.in | |
parent | 708f3ccc3d457499ac046a009a7c3317b31a2b4b (diff) |
Use __cpuid from intrin.h in Windows when available
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 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 |