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 748fa74 commit 177f70cCopy full SHA for 177f70c
tests/test-qsort.cpp
@@ -12,8 +12,7 @@ class simdsort : public ::testing::Test {
12
{
13
std::iota(arrsize.begin(), arrsize.end(), 0);
14
std::iota(arrsize_long.begin(), arrsize_long.end(), 0);
15
-#ifdef XSS_USE_OPENMP
16
- // These extended tests are only needed for the OpenMP logic
+#if defined(XSS_BUILD_WITH_STD_THREADS)
17
arrsize_long.push_back(10'000);
18
arrsize_long.push_back(100'000);
19
arrsize_long.push_back(1'000'000);
0 commit comments