Re: [PATCH 0/14][ARM/AArch64] __FP16 support, vectors, intrinsics, testsuite

2015-05-08 Thread Alan Lawrence
Alan Lawrence wrote: This patch series adds support for ARM Neon float16x4_t and float16x8_t vector types and intrinsics, and the __fp16 type, on both ARM and AArch64, and extends the tests in Christophe Lyon's advsimd-intrinsics testsuite to cover these. (I chose to extend the existing tests r

[PATCH 0/14][ARM/AArch64] __FP16 support, vectors, intrinsics, testsuite

2015-04-22 Thread Alan Lawrence
This patch series adds support for ARM Neon float16x4_t and float16x8_t vector types and intrinsics, and the __fp16 type, on both ARM and AArch64, and extends the tests in Christophe Lyon's advsimd-intrinsics testsuite to cover these. (I chose to extend the existing tests rather than add new one