Re: [PATCH 4/17][ARM] Define feature macros for FP16.

2016-07-27 Thread Ramana Radhakrishnan
On Tue, May 17, 2016 at 3:28 PM, Matthew Wahab wrote: > The FP16 extension introduced with the ARMv8.2-A architecture adds > instructions operating on FP16 values to the VFP and NEON instruction > sets. > > The patch adds the feature macro __ARM_FEATURE_FP16_SCALAR_ARITHMETIC > which is defined to

[PATCH 4/17][ARM] Define feature macros for FP16.

2016-05-17 Thread Matthew Wahab
" and "__ARM_FEATURE_FP16_VECTOR_ARITHMETIC". testsuite/ 2016-05-17 Matthew Wahab * gcc.target/arm/attr-fp16-arith-1.c: New. >From 688b4d34a64a40abd4705a9bdaea40929a7a1d26 Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Thu, 7 Apr 2016 13:32:15 +0100 Subject: [PATCH 04/17] [