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 42
42
/* Define to 1 to enable wallet functions. */
43
43
#cmakedefine ENABLE_WALLET 1
44
44
45
- /* Define this symbol to build code that uses x86 SHA-NI intrinsics */
46
- #cmakedefine ENABLE_X86_SHANI 1
47
-
48
45
/* Define to 1 if you have the declaration of `fork', and to 0 if you don't.
49
46
*/
50
47
#cmakedefine01 HAVE_DECL_FORK
Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ if(NOT MSVC)
200
200
" HAVE_X86_SHANI
201
201
CXXFLAGS ${X86_SHANI_CXXFLAGS}
202
202
)
203
- set (ENABLE_X86_SHANI ${HAVE_X86_SHANI} )
204
203
205
204
# Check for ARMv8 SHA-NI intrinsics.
206
205
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 {
619
619
// These are exceptions which don't use bitcoin-build-config.h, rather CMakeLists.txt adds
620
620
// these cppflags manually.
621
621
":(exclude)src/crypto/sha256_arm_shani.cpp" ,
622
- ":(exclude)src/crypto/sha256_x86_shani.cpp" ,
623
622
] ) ,
624
623
)
625
624
. expect ( "grep failed" ) ;
You can’t perform that action at this time.
0 commit comments