Re: [PATCH][AArch64] Error out of arm_neon.h if nofp/nosimd

2015-01-14 Thread Richard Earnshaw
On 14/01/15 10:42, Kyrill Tkachov wrote: > Hi all, > > In the arm version of arm_neon.h we error out early if the user tries to > use that header without NEON. > In aarch64 AdvancedSIMD is available by default unless the user > explicitly disables it. > Still it would be more helpful if we could

[PATCH][AArch64] Error out of arm_neon.h if nofp/nosimd

2015-01-14 Thread Kyrill Tkachov
Hi all, In the arm version of arm_neon.h we error out early if the user tries to use that header without NEON. In aarch64 AdvancedSIMD is available by default unless the user explicitly disables it. Still it would be more helpful if we could just error out gracefully instead of dumping a long