I was just able to compile big things like Chromium, LibreOffice, parts of KDE with:
Code: Select all
CFLAGS="-O2 -pipe -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -maes -mpclmul -mpopcnt -mabm -mlwp -mavx"Is my only hope to reinstall everything?
Code: Select all
CFLAGS="-O2 -pipe -march=amdfam10 -mtune=amdfam10 -mcx16 -msahf -maes -mpclmul -mpopcnt -mabm -mlwp -mavx"
That really doesn't work. I tried htop and curl and both compile but start and quit with 'Illegal instruction.'your_WooDness wrote:Hej,
you should update to the latest GCC compiler to include BMI and TBM ( -mbmi / -mtbm ). At the office we played a bit with the -mbmi GCC option with a GCC 4.6.2 and had a real performance boost with benchmarks and this flag. Not sure if the -mtbm also boosts performance, need more time for playing...
WooD
Code: Select all
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=bdver1 -mtune=bdver1 -mcx16 -msahf -mpclmul -mabm -mlwp -mavx"