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 38
38
/* Define if external signer support is enabled */
39
39
#cmakedefine ENABLE_EXTERNAL_SIGNER 1
40
40
41
- /* Define this symbol to build code that uses SSE4.1 intrinsics */
42
- #cmakedefine ENABLE_SSE41 1
43
-
44
41
/* Define to 1 to enable tracepoints for Userspace, Statically Defined Tracing
45
42
*/
46
43
#cmakedefine ENABLE_TRACING 1
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ if(NOT MSVC)
170
170
" HAVE_SSE41
171
171
CXXFLAGS ${SSE41_CXXFLAGS}
172
172
)
173
- set (ENABLE_SSE41 ${HAVE_SSE41} )
174
173
175
174
# Check for AVX2 intrinsics.
176
175
set (AVX2_CXXFLAGS -mavx -mavx2 )
Original file line number Diff line number Diff line change @@ -620,7 +620,6 @@ fn lint_includes_build_config() -> LintResult {
620
620
// these cppflags manually.
621
621
":(exclude)src/crypto/sha256_arm_shani.cpp" ,
622
622
":(exclude)src/crypto/sha256_avx2.cpp" ,
623
- ":(exclude)src/crypto/sha256_sse41.cpp" ,
624
623
":(exclude)src/crypto/sha256_x86_shani.cpp" ,
625
624
] ) ,
626
625
)
You can’t perform that action at this time.
0 commit comments