Re: [PATCH][ARM] Error out of arm_neon.h if compiling for soft-float ABI

2016-03-06 Thread Ramana Radhakrishnan
On Mon, Feb 29, 2016 at 5:48 PM, Kyrill Tkachov wrote: > Hi all, > > Now that we've moved to pragmas guarding the various intrinsics in > arm_neon.h I think we should still > throw a #error if someone tries to include the header while compiling for > -mfloat-abi=soft. > > This gives a more helpful

Re: [PATCH][ARM] Error out of arm_neon.h if compiling for soft-float ABI

2016-03-02 Thread Christophe Lyon
On 29 February 2016 at 18:48, Kyrill Tkachov wrote: > Hi all, > > Now that we've moved to pragmas guarding the various intrinsics in > arm_neon.h I think we should still > throw a #error if someone tries to include the header while compiling for > -mfloat-abi=soft. > > This gives a more helpful er