diff options
author | Chris Robinson <[email protected]> | 2012-10-07 08:08:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-07 08:08:11 -0700 |
commit | ebdf6367597d6cad0d6b53a3186c9331b20c94dd (patch) | |
tree | 7feb7d2ae2bb2ae2a5c5b362778f50266d7a25a5 /config.h.in | |
parent | 6b870714a91c9607acc4501234a00c7c94fa2b85 (diff) |
Revert "Use __cpuid from intrin.h in Windows when available"
This reverts commit 6b870714a91c9607acc4501234a00c7c94fa2b85.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index 3c2609f5..75d7a790 100644 --- a/config.h.in +++ b/config.h.in @@ -100,9 +100,6 @@ /* 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 @@ -148,9 +145,6 @@ /* 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 |