Skip to content

Commit 63e58cd

Browse files
committed
fixup
1 parent 7d5b6ed commit 63e58cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/svs/lib/avx_detection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ CATCH_TEST_CASE("AVX detection", "[lib][lib-avx-detection]") {
3939
CATCH_REQUIRE(svs::detail::avx_runtime_flags.is_avx512f_supported() == false);
4040
mutable_flags.avx512f = original;
4141
}
42-
#endifx
42+
#endif
4343
}

0 commit comments

Comments
 (0)