File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - { compiler: 'gcc', version: '13', flags: 'enable_xtl_complex' }
1818 - { compiler: 'gcc', version: '14', flags: 'avx' }
1919 - { compiler: 'gcc', version: '13', flags: 'avx512' }
20- - { compiler: 'gcc', version: '12', flags: 'i386' }
2120 - { compiler: 'gcc', version: '13', flags: 'avx512pf' }
2221 - { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }
2322 - { compiler: 'gcc', version: '14', flags: 'avx512vbmi2' }
3433 GCC_VERSION=${{ matrix.sys.version }}
3534 sudo apt-get update
3635 sudo apt-get --no-install-suggests --no-install-recommends install g++-$GCC_VERSION
37- sudo dpkg --add-architecture i386
38- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
39- sudo apt-get update
40- sudo apt-get --no-install-suggests --no-install-recommends install gcc-$GCC_VERSION-multilib g++-$GCC_VERSION-multilib linux-libc-dev:i386
4136 CC=gcc-$GCC_VERSION
4237 echo "CC=$CC" >> $GITHUB_ENV
4338 CXX=g++-$GCC_VERSION
9590 if [[ '${{ matrix.sys.flags }}' == 'avx512vnni' ]]; then
9691 CMAKE_EXTRA_ARGS="$CMAKE_EXTRA_ARGS -DTARGET_ARCH=knm"
9792 fi
98- if [[ '${{ matrix.sys.flags }}' == 'i386' ]]; then
99- CXX_FLAGS="$CXX_FLAGS -m32"
100- fi
10193 if [[ '${{ matrix.sys.flags }}' == 'force_no_instr_set' ]]; then
10294 :
10395 else
You can’t perform that action at this time.
0 commit comments