Skip to content

Commit 99da566

Browse files
author
Raghuveer Devulapalli
committed
Minor chnages
1 parent 5ff2206 commit 99da566

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,8 @@ jobs:
217217
cd builddir
218218
ninja
219219
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*"
220+
- name: Run test suite
221+
run: ./builddir/testexe --gtest_filter="*simdsort*"
225222

226223

227224
SKX-SKL-openmp:

lib/x86simdsortcpuid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static bool os_supports_avx512()
3131
return (xcr0 & 0xE0) == 0xE0;
3232
}
3333

34-
void xss_cpu_init()
34+
static void xss_cpu_init()
3535
{
3636
int cpuInfo[4];
3737
__cpuid(cpuInfo, 0);

0 commit comments

Comments
 (0)