]> granicus.if.org Git - clang/commit
Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this
authorDaniel Dunbar <daniel@zuster.org>
Thu, 17 Mar 2011 00:07:34 +0000 (00:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 17 Mar 2011 00:07:34 +0000 (00:07 +0000)
commit7187fac0f19f75c62f575c9f15f0ed68b7d97810
tree0c6614906f19f881ecd529c3f6bb4d69aab1e8a0
parent04a9eb3f0dfcc42b317057e236f73e9b196a2ff8
Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this
not being consistent at all with other parts of the GCC implementation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127777 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/clang-translation.c