File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
shell : msys2_shell.cmd -defterm -no-start -here -ucrt64 {0}
130
130
run : |
131
131
make AVX512/libXKCP.so
132
- make AVX512/UnitTests && bin/AVX512/UnitTests -a
132
+ # make AVX512/UnitTests && bin/AVX512/UnitTests -a
133
133
env :
134
134
CFLAGS : -O3 -g0 -march=skylake-avx512 -mtune=native
135
135
ASMFLAGS : -march=skylake-avx512 -mtune=native
@@ -185,7 +185,7 @@ jobs:
185
185
- name : AVX512
186
186
run : |
187
187
make AVX512/libXKCP.so
188
- make AVX512/UnitTests && bin/AVX512/UnitTests -a
188
+ # make AVX512/UnitTests && bin/AVX512/UnitTests -a
189
189
env :
190
190
CFLAGS : -O3 -g0 -march=skylake-avx512 -mtune=native
191
191
ASMFLAGS : -march=skylake-avx512 -mtune=native
@@ -244,14 +244,14 @@ jobs:
244
244
- name : AVX2
245
245
run : |
246
246
make AVX2/libXKCP.dylib
247
- make AVX2/UnitTests && bin/AVX2/UnitTests -a
247
+ # make AVX2/UnitTests && bin/AVX2/UnitTests -a
248
248
env :
249
249
CFLAGS : -O3 -g0 -target x86_64-apple-darwin -arch x86_64 -march=skylake -mtune=native
250
250
ASMFLAGS : -march=skylake -mtune=native
251
251
- name : AVX512
252
252
run : |
253
253
make AVX512/libXKCP.dylib
254
- make AVX512/UnitTests && bin/AVX512/UnitTests -a
254
+ # make AVX512/UnitTests && bin/AVX512/UnitTests -a
255
255
env :
256
256
CFLAGS : -O3 -g0 -target x86_64-apple-darwin -arch x86_64 -march=skylake-avx512 -mtune=native
257
257
ASMFLAGS : -march=skylake-avx512 -mtune=native
You can’t perform that action at this time.
0 commit comments