From 534dbe460e692a9befd9aca0eb0812db47459a30 Mon Sep 17 00:00:00 2001 From: Matthew Wahab Date: Thu, 30 Jun 2016 10:46:51 +0100 Subject: [ARM][GAS] ARMv8.2 should enable ARMv8.1 NEON instructions. GAS fails to recognize march=armv8.2-a as a superset of march=armv8.1-a when assembling NEON instructions. The patch corrects this, making -march=armv8.2-a -mfpu=neon-fp-armv8 enable the NEON intructions introduced with ARMv8.1-A. include/ 2016-06-30 Matthew Wahab * opcode/arm.h (ARM_ARCH_V8_2a): Add FPU_NEON_EXT_RDMA to the set of enabled FPU features. gas/ 2016-06-30 Matthew Wahab * testsuite/gas/arm/armv8_2+rdma.d: New. --- gas/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 797e8a1..04a84fa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2016-06-30 Matthew Wahab + + * testsuite/gas/arm/armv8_2+rdma.d: New. + 2016-06-29 H.J. Lu * NEWS: Mention --enable-compressed-debug-sections=gas is the -- cgit v1.1