aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-06-07 14:15:48 -0700
committerChris Robinson <[email protected]>2020-06-07 14:15:48 -0700
commit9322c86e2f464da6889385c389dee7374f1bc30e (patch)
treea6c9b0adfa5515b96fed933e886a8f1d282ab03c /config.h.in
parentab3ccb513a0c18a380411069e0cfb9c856b02b05 (diff)
Avoid explicit checks for _BitScanForward[64]
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 75aacc0d..2de3640e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -107,12 +107,6 @@
/* Define if we have the __cpuid() intrinsic */
#cmakedefine HAVE_CPUID_INTRINSIC
-/* Define if we have the _BitScanForward64() intrinsic */
-#cmakedefine HAVE_BITSCANFORWARD64_INTRINSIC
-
-/* Define if we have the _BitScanForward() intrinsic */
-#cmakedefine HAVE_BITSCANFORWARD_INTRINSIC
-
/* Define if we have SSE intrinsics */
#cmakedefine HAVE_SSE_INTRINSICS