Skip to content

Commit 42b9d6f

Browse files
committed
add more tests
1 parent c3015c8 commit 42b9d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-simple.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- {cxx: clang++-9, other_pkgs: clang-9}
2323
- {cxx: clang++-10, other_pkgs: clang-10}
2424
build_type: [Debug, Release]
25-
std: [11, 14]
25+
std: [11, 14, 17, 20]
2626
#std: [11, 14, 17, 20]
2727
#exclude:
2828
# - compiler.cxx: "g++-{5,6,7,8,9,10}"

rapidfuzz/details/simd.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* RAPIDFUZZ_LTO_HACK is used to differentiate functions between different
77
* translation units to avoid warnings when using lto */
88
#ifndef RAPIDFUZZ_EXCLUDE_SIMD
9-
# if __AVX2__
9+
# if 0//__AVX2__
1010
# define RAPIDFUZZ_SIMD
1111
# define RAPIDFUZZ_AVX2
1212
# define RAPIDFUZZ_LTO_HACK 0

0 commit comments

Comments
 (0)