about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/math-use-builtins-fmax.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-12-01 10:57:32 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-12-13 10:08:46 -0300
commitecb94e958707d907327f164b95ae92320e0aab48 (patch)
treee8735d5fa564e0996312c2b7b3cb20f0e97898c4 /sysdeps/aarch64/fpu/math-use-builtins-fmax.h
parent583c4d424ec29f506c2c21fad99de3dd3caf53bb (diff)
downloadglibc-ecb94e958707d907327f164b95ae92320e0aab48.tar.gz
glibc-ecb94e958707d907327f164b95ae92320e0aab48.tar.xz
glibc-ecb94e958707d907327f164b95ae92320e0aab48.zip
aarch64: Add math-use-builtins-f{max,min}.h
It allows to remove the arch-specific implementations.
Diffstat (limited to 'sysdeps/aarch64/fpu/math-use-builtins-fmax.h')
-rw-r--r--sysdeps/aarch64/fpu/math-use-builtins-fmax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/math-use-builtins-fmax.h b/sysdeps/aarch64/fpu/math-use-builtins-fmax.h
new file mode 100644
index 0000000000..3ba31c8f83
--- /dev/null
+++ b/sysdeps/aarch64/fpu/math-use-builtins-fmax.h
@@ -0,0 +1,4 @@
+#define USE_FMAX_BUILTIN 1
+#define USE_FMAXF_BUILTIN 1
+#define USE_FMAXL_BUILTIN 0
+#define USE_FMAXF128_BUILTIN 0