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 5ff2206 commit 99da566Copy full SHA for 99da566
2 files changed
.github/workflows/c-cpp.yml
@@ -217,11 +217,8 @@ jobs:
217
cd builddir
218
ninja
219
220
- - name: Run test suite on ADL
221
- run: sde -adl -- ./builddir/testexe --gtest_filter="*simdsort*"
222
-
223
- - name: Run test suite on SPR
224
- run: sde -spr -- ./builddir/testexe --gtest_filter="*simdsort*"
+ - name: Run test suite
+ run: ./builddir/testexe --gtest_filter="*simdsort*"
225
226
227
SKX-SKL-openmp:
lib/x86simdsortcpuid.h
@@ -31,7 +31,7 @@ static bool os_supports_avx512()
31
return (xcr0 & 0xE0) == 0xE0;
32
}
33
34
-void xss_cpu_init()
+static void xss_cpu_init()
35
{
36
int cpuInfo[4];
37
__cpuid(cpuInfo, 0);
0 commit comments