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/ieee754/ldbl-opt/s_fmaxl.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 sysdeps/ieee754/ldbl-opt/s_fmaxl.c (limited to 'sysdeps/ieee754/ldbl-opt/s_fmaxl.c') diff --git a/sysdeps/ieee754/ldbl-opt/s_fmaxl.c b/sysdeps/ieee754/ldbl-opt/s_fmaxl.c deleted file mode 100644 index 98221b2cdc..0000000000 --- a/sysdeps/ieee754/ldbl-opt/s_fmaxl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __fmaxl, fmaxl); -- cgit v1.2.3