about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/s_fmaxf.c
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-08-25 16:48:03 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-09-01 09:31:05 -0500
commit847c9161c7745b7e15f841a1ec40fe11d5aae515 (patch)
tree0dc92bd8c4cc8ea41d44583ccddba4fda037c0d7 /sysdeps/aarch64/fpu/s_fmaxf.c
parentee8a49071cba845b2ee5060b0d4238f9534b5ee3 (diff)
downloadglibc-847c9161c7745b7e15f841a1ec40fe11d5aae515.tar.gz
glibc-847c9161c7745b7e15f841a1ec40fe11d5aae515.tar.xz
glibc-847c9161c7745b7e15f841a1ec40fe11d5aae515.zip
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.
Diffstat (limited to 'sysdeps/aarch64/fpu/s_fmaxf.c')
-rw-r--r--sysdeps/aarch64/fpu/s_fmaxf.c2
1 files changed, 1 insertions, 1 deletions
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 <s_fmin.c>
+#include <fpu/s_fmin.c>