Skip to content

Commit 300a00b

Browse files
committed
TMP: No avx512vl_256
1 parent bd85916 commit 300a00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- { compiler: 'clang', version: '18', flags: '', preset: 'avx512f' }
3333
- { compiler: 'clang', version: '18', flags: '', preset: 'avx_128' }
3434
- { compiler: 'clang', version: '18', flags: '', preset: 'avx2_128' }
35-
- { compiler: 'clang', version: '18', flags: '', preset: 'avx512vl_256' }
35+
# - { compiler: 'clang', version: '18', flags: '', preset: 'avx512vl_256' }
3636
steps:
3737
- name: Setup GCC compiler
3838
if: ${{ matrix.sys.compiler == 'gcc' }}

0 commit comments

Comments
 (0)