diff options
author | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2018-05-28 18:56:35 -0300 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2020-03-06 09:17:32 -0600 |
commit | 0059122aa0e53ff77ee58c5ff7589a814f1228e5 (patch) | |
tree | 9682413fd7199290e1e469e29be5ddad894250c9 /sysdeps/ieee754 | |
parent | 1c252f0e7e5d78695f19450aa7c470bab445aa8e (diff) | |
download | glibc-0059122aa0e53ff77ee58c5ff7589a814f1228e5.tar glibc-0059122aa0e53ff77ee58c5ff7589a814f1228e5.tar.gz glibc-0059122aa0e53ff77ee58c5ff7589a814f1228e5.tar.bz2 glibc-0059122aa0e53ff77ee58c5ff7589a814f1228e5.zip |
ldbl-128ibm-compat: Add tests for IBM long double functions
This patch creates test-ibm128* tests from the long double function tests.
In order to explicitly test IBM long double functions -mabi=ibmlongdouble is
added to CFLAGS.
Likewise, update the test headers to correct choose ULPs when redirects
are enabled.
Co-authored-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Co-authored-by: Paul E. Murphy <murphyp@linux.vnet.ibm.com>
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/ldbl-128ibm-compat/Makeconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/Makeconfig b/sysdeps/ieee754/ldbl-128ibm-compat/Makeconfig new file mode 100644 index 0000000000..997f632319 --- /dev/null +++ b/sysdeps/ieee754/ldbl-128ibm-compat/Makeconfig @@ -0,0 +1,3 @@ +# Include this earlier so it can be used earlier in Makefiles, +# and sysdep/ makefiles. +ibm128-fcts = yes |