From 82e9597c9ec1c14a402d47f2d9b544235998be1e Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Mon, 13 Jan 2020 15:31:39 +0000 Subject: [gas][aarch64] Turn on SVE when using f32mm or f64mm extensions There are no instructions under these matrix multiply extensions that can be used without having SVE enabled. Since these extensions require SVE, we make that explicit in the options table. Tested on aarch64-none-elf without regressions. gas/ChangeLog: 2020-01-13 Matthew Malcomson * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature dependency. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index 0bf722b..184af58 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-01-13 Matthew Malcomson + + * config/tc-aarch64.c (f64mm, f32mm): Add sve as a feature + dependency. + 2020-01-13 Claudiu Zissulescu * config/tc-arc.c (arc_select_cpu): Re-init the bfd if we change -- cgit v1.1