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 32
32
/* Define this symbol to build code that uses ARMv8 SHA-NI intrinsics */
33
33
#cmakedefine ENABLE_ARM_SHANI 1
34
34
35
- /* Define this symbol to build code that uses AVX2 intrinsics */
36
- #cmakedefine ENABLE_AVX2 1
37
-
38
35
/* Define if external signer support is enabled */
39
36
#cmakedefine ENABLE_EXTERNAL_SIGNER 1
40
37
Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ if(NOT MSVC)
184
184
" HAVE_AVX2
185
185
CXXFLAGS ${AVX2_CXXFLAGS}
186
186
)
187
- set (ENABLE_AVX2 ${HAVE_AVX2} )
188
187
189
188
# Check for x86 SHA-NI intrinsics.
190
189
set (X86_SHANI_CXXFLAGS -msse4 -msha )
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_avx2.cpp" ,
623
622
":(exclude)src/crypto/sha256_x86_shani.cpp" ,
624
623
] ) ,
625
624
)
You can’t perform that action at this time.
0 commit comments