From 3f8d9d58c59fdbe27301d0e18bfd426a5f2edf19 Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Fri, 9 Feb 2018 16:59:23 +0000 Subject: [AArch64] Use builtins for fpcr/fpsr Since GCC has support for accessing FPSR/FPCR, use them when possible so that the asm instructions can be removed eventually. Although GCC 5 supports the builtins, it has an optimization bug, so use them from GCC 6 onwards. * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing FPCR/FPSR. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 041f38ef6d..385e8667b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-02-09 Wilco Dijkstra + + * sysdeps/aarch64/fpu/fpu_control.h: Use builtins for accessing + FPCR/FPSR. + 2018-02-09 Rical Jasan * manual/creature.texi: Convert references to gcc.info to gcc. -- cgit v1.2.3