@@ -16,17 +16,17 @@ jobs:
1616 - { compiler: 'gcc', version: '12', flags: 'force_no_instr_set' }
1717 - { compiler: 'gcc', version: '13', flags: 'enable_xtl_complex' }
1818 - { compiler: 'gcc', version: '14', flags: 'avx' }
19- - { compiler: 'gcc', version: '13', flags: 'avx512' }
19+ # - { compiler: 'gcc', version: '13', flags: 'avx512' }
2020 - { compiler: 'gcc', version: '12', flags: 'i386' }
21- - { compiler: 'gcc', version: '13', flags: 'avx512pf' }
22- - { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }
23- - { compiler: 'gcc', version: '14', flags: 'avx512vbmi2' }
24- - { compiler: 'gcc', version: '13', flags: 'avx512vnni' }
21+ # - { compiler: 'gcc', version: '13', flags: 'avx512pf' }
22+ # - { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }
23+ # - { compiler: 'gcc', version: '14', flags: 'avx512vbmi2' }
24+ # - { compiler: 'gcc', version: '13', flags: 'avx512vnni' }
2525 - { compiler: 'clang', version: '16', flags: 'force_no_instr_set' }
2626 - { compiler: 'clang', version: '16', flags: 'enable_xtl_complex' }
2727 - { compiler: 'clang', version: '17', flags: 'avx' }
2828 - { compiler: 'clang', version: '17', flags: 'sse3' }
29- - { compiler: 'clang', version: '18', flags: 'avx512' }
29+ # - { compiler: 'clang', version: '18', flags: 'avx512' }
3030 steps :
3131 - name : Setup compiler
3232 if : ${{ matrix.sys.compiler == 'gcc' }}
0 commit comments