Skip to content

Commit 24bab7d

Browse files
Add vbmi2 to ci
1 parent 819cd5b commit 24bab7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- { compiler: 'gcc', version: '11', flags: 'i386' }
2222
- { compiler: 'gcc', version: '11', flags: 'avx512pf' }
2323
- { compiler: 'gcc', version: '11', flags: 'avx512vbmi' }
24+
- { compiler: 'gcc', version: '11', flags: 'avx512vbmi2' }
2425
- { compiler: 'gcc', version: '11', flags: 'avx512vnni' }
2526
- { compiler: 'clang', version: '8', flags: 'force_no_instr_set' }
2627
- { compiler: 'clang', version: '10', flags: 'enable_xtl_complex' }

0 commit comments

Comments
 (0)