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 6e9e932 commit 715c623Copy full SHA for 715c623
.github/workflows/linux.yml
@@ -17,6 +17,7 @@ jobs:
17
- { compiler: 'gcc', version: '13', flags: 'enable_xtl_complex' }
18
- { compiler: 'gcc', version: '14', flags: 'avx' }
19
- { compiler: 'gcc', version: '13', flags: 'avx512' }
20
+ - { compiler: 'gcc', version: '10', flags: 'avx512' }
21
- { compiler: 'gcc', version: '12', flags: 'i386' }
22
- { compiler: 'gcc', version: '13', flags: 'avx512pf' }
23
- { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }
0 commit comments