File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
test/lint/test_runner/src Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 4242/* Define to 1 to enable wallet functions. */
4343#cmakedefine ENABLE_WALLET 1
4444
45- /* Define this symbol to build code that uses x86 SHA-NI intrinsics */
46- #cmakedefine ENABLE_X86_SHANI 1
47-
4845/* Define to 1 if you have the declaration of `fork', and to 0 if you don't.
4946 */
5047#cmakedefine01 HAVE_DECL_FORK
Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ if(NOT MSVC)
200200 " HAVE_X86_SHANI
201201 CXXFLAGS ${X86_SHANI_CXXFLAGS}
202202 )
203- set (ENABLE_X86_SHANI ${HAVE_X86_SHANI} )
204203
205204 # Check for ARMv8 SHA-NI intrinsics.
206205 set (ARM_SHANI_CXXFLAGS -march=armv8-a+crypto)
Original file line number Diff line number Diff line change @@ -619,7 +619,6 @@ fn lint_includes_build_config() -> LintResult {
619619 // These are exceptions which don't use bitcoin-build-config.h, rather CMakeLists.txt adds
620620 // these cppflags manually.
621621 ":(exclude)src/crypto/sha256_arm_shani.cpp" ,
622- ":(exclude)src/crypto/sha256_x86_shani.cpp" ,
623622 ] ) ,
624623 )
625624 . expect ( "grep failed" ) ;
You can’t perform that action at this time.
0 commit comments