]> granicus.if.org Git - clang/commit
Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -mavx is
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 11 Jul 2011 23:33:46 +0000 (23:33 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 11 Jul 2011 23:33:46 +0000 (23:33 +0000)
commite02d391ffef647ba0d48b85e211a94d9fb83393f
treebc85d6810b9dd18416f958abc22ee2364b876c51
parent56aeb40b1ca136cfd68fdbaf87f971eaf1c7a4af
Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -mavx is
specified, 128 avx code is used and we're not sure yet if this the behavior
we want (and if it does, some improvements are needed before relying on it).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134939 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp