pillar/arch/amd64/corei7-avx*: linode variant with locked compilation options and CPU flags has been added;

This commit is contained in:
Antsiferov Grigory 2016-10-31 13:08:34 +03:00
parent 9a69e9da2e
commit 0fe69b9a05
2 changed files with 8 additions and 1 deletions

View File

@ -3,4 +3,4 @@ arch_conf:
CHOST: 'x86_64-pc-linux-gnu'
CFLAGS: '-march=corei7-avx -mtune=corei7-avx -O2 -pipe -mfpmath=sse -mno-fma -mno-fma4 -mno-avx2 -mno-xop'
CXXFLAGS: '${CFLAGS}'
CPU_FLAGS: 'mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_1 sse4_2 aes avx'
CPU_FLAGS: 'mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_1 sse4_2 aes popcnt avx'

View File

@ -0,0 +1,7 @@
arch_conf:
mirror_arch: 'amd64/corei7-avx'
CHOST: 'x86_64-pc-linux-gnu'
CFLAGS: '-march=corei7-avx -mtune=corei7-avx -O2 -pipe -mfpmath=sse -mno-fma -mno-fma4 -mno-avx2 -mno-xop'
CXXFLAGS: '${CFLAGS}'
CPU_FLAGS: "mmx sse sse2 ssse3 sse4_1 sse4_2 aes popcnt avx