about summary refs log tree commit diff
path: root/sysdeps/s390/fpu/math-use-builtins-sqrt.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-05 14:31:30 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-22 11:09:50 -0300
commit3ca05a8e9e8f13d93bd27ceb998075bdcd63d9f9 (patch)
treeff8e91f863a0f362429336c96f6f4d730ce6d710 /sysdeps/s390/fpu/math-use-builtins-sqrt.h
parentc9a30f08e145c4d48af331923f471eeaa22e520f (diff)
downloadglibc-3ca05a8e9e8f13d93bd27ceb998075bdcd63d9f9.tar.gz
glibc-3ca05a8e9e8f13d93bd27ceb998075bdcd63d9f9.tar.xz
glibc-3ca05a8e9e8f13d93bd27ceb998075bdcd63d9f9.zip
s390: Use sqrt{f} builtin
Checked on s390x-linux-gnu.
Diffstat (limited to 'sysdeps/s390/fpu/math-use-builtins-sqrt.h')
-rw-r--r--sysdeps/s390/fpu/math-use-builtins-sqrt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/s390/fpu/math-use-builtins-sqrt.h b/sysdeps/s390/fpu/math-use-builtins-sqrt.h
new file mode 100644
index 0000000000..e94c915ba6
--- /dev/null
+++ b/sysdeps/s390/fpu/math-use-builtins-sqrt.h
@@ -0,0 +1,4 @@
+#define USE_SQRT_BUILTIN 1
+#define USE_SQRTF_BUILTIN 1
+#define USE_SQRTL_BUILTIN 0
+#define USE_SQRTF128_BUILTIN 0