We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0baf6ad commit 55e0fc8Copy full SHA for 55e0fc8
src/crypto/sha256.cpp
@@ -590,10 +590,6 @@ std::string SHA256AutoDetect()
590
bool have_x86_shani = false;
591
bool enabled_avx = false;
592
593
- (void)AVXEnabled;
594
- (void)have_sse4;
595
- (void)have_avx;
596
- (void)have_xsave;
597
(void)have_avx2;
598
(void)have_x86_shani;
599
(void)enabled_avx;
@@ -641,7 +637,7 @@ std::string SHA256AutoDetect()
641
637
ret += ",avx2(8way)";
642
638
}
643
639
#endif
644
-#endif
640
+#endif // defined(USE_ASM) && defined(HAVE_GETCPUID)
645
646
#if defined(ENABLE_ARM_SHANI) && !defined(BUILD_BITCOIN_INTERNAL)
647
bool have_arm_shani = false;
0 commit comments