Ticket #29313: ppl-disable-avx.diff
File ppl-disable-avx.diff, 520 bytes (added by daitakahashi, 14 years ago) |
---|
-
Portfile
old new 58 58 configure.cflags-append "-ftree-vectorize -O3 -march=native" 59 59 } 60 60 61 platform i386 { 62 if { [variant_isset gcc44] || [variant_isset gcc45] } { 63 configure.cflags-append -mno-avx 64 configure.cxxflags-append -mno-avx 65 } 66 } 67 61 68 test.run yes 62 69 test.target check 63 70