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 819cd5b commit 24bab7dCopy full SHA for 24bab7d
.github/workflows/linux.yml
@@ -21,6 +21,7 @@ jobs:
21
- { compiler: 'gcc', version: '11', flags: 'i386' }
22
- { compiler: 'gcc', version: '11', flags: 'avx512pf' }
23
- { compiler: 'gcc', version: '11', flags: 'avx512vbmi' }
24
+ - { compiler: 'gcc', version: '11', flags: 'avx512vbmi2' }
25
- { compiler: 'gcc', version: '11', flags: 'avx512vnni' }
26
- { compiler: 'clang', version: '8', flags: 'force_no_instr_set' }
27
- { compiler: 'clang', version: '10', flags: 'enable_xtl_complex' }
0 commit comments