From 847c9161c7745b7e15f841a1ec40fe11d5aae515 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Thu, 25 Aug 2016 16:48:03 -0500 Subject: Make common fmax implementation generic. Also update aarch64 to ensure the correct s_fmin.c is included. The include order favors including the generated copy. --- sysdeps/aarch64/fpu/s_fmaxf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/aarch64/fpu/s_fmaxf.c') diff --git a/sysdeps/aarch64/fpu/s_fmaxf.c b/sysdeps/aarch64/fpu/s_fmaxf.c index 6a234bbeaf..fe9d4f35ba 100644 --- a/sysdeps/aarch64/fpu/s_fmaxf.c +++ b/sysdeps/aarch64/fpu/s_fmaxf.c @@ -20,4 +20,4 @@ #define INSN "fmaxnm" #define TYPE float #define REGS "s" -#include +#include -- cgit 1.4.1