Make common fmax implementation generic.
commit847c9161c7745b7e15f841a1ec40fe11d5aae515
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 25 Aug 2016 21:48:03 +0000 (25 16:48 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 1 Sep 2016 14:31:05 +0000 (1 09:31 -0500)
tree0dc92bd8c4cc8ea41d44583ccddba4fda037c0d7
parentee8a49071cba845b2ee5060b0d4238f9534b5ee3
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.
ChangeLog
math/Makefile
math/s_fmax_template.c [moved from math/s_fmax.c with 86% similarity]
math/s_fmaxf.c [deleted file]
math/s_fmaxl.c [deleted file]
sysdeps/aarch64/fpu/s_fmax.c
sysdeps/aarch64/fpu/s_fmaxf.c
sysdeps/aarch64/fpu/s_fminf.c
sysdeps/ieee754/ldbl-opt/math-type-macros-double.h
sysdeps/ieee754/ldbl-opt/s_fmax.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_fmaxl.c [deleted file]