Re: [PATCH 2/15][ARM] float16x4_t intrinsics in arm_neon.h

2015-07-29 Thread Kyrill Tkachov
Hi Alan, On 28/07/15 12:23, Alan Lawrence wrote: This is a respin of https://gcc.gnu.org/ml/gcc-patches/2015-07/msg00476.html. The change is to provide all the new float16 intrinsics only if we actually have an scalar __fp16 type. (This covers the intrinsics whose implementation is entirely withi

[PATCH 2/15][ARM] float16x4_t intrinsics in arm_neon.h

2015-07-28 Thread Alan Lawrence
This is a respin of https://gcc.gnu.org/ml/gcc-patches/2015-07/msg00476.html. The change is to provide all the new float16 intrinsics only if we actually have an scalar __fp16 type. (This covers the intrinsics whose implementation is entirely within arm_neon.h; those requiring .md changes follow