We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5b6ed commit 63e58cdCopy full SHA for 63e58cd
tests/svs/lib/avx_detection.cpp
@@ -39,5 +39,5 @@ CATCH_TEST_CASE("AVX detection", "[lib][lib-avx-detection]") {
39
CATCH_REQUIRE(svs::detail::avx_runtime_flags.is_avx512f_supported() == false);
40
mutable_flags.avx512f = original;
41
}
42
-#endifx
+#endif
43
0 commit comments