[cfe-commits] [PATCH] Add vfpv3-d16 and fix vfp2/vfp3 handling in the Clang driver

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Dec 26 03:19:46 PST 2011


Hi,

this patch fixes a few issues with driver support for -mfpu on ARM:
- support gcc-compatible vfpv3 name in addition to vfp3
- support vfpv3-d16
- disable neon feature for -mfpu=vfp* (yes, right now for any -mfpu
starting with vfp we emit Neon instructions!).

Please review.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d16.patch
Type: text/x-patch
Size: 1824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111226/429c9410/attachment.bin>


More information about the cfe-commits mailing list