]> git.ipfire.org Git - thirdparty/glibc.git/commit
Implement fmal, some fma bugfixes
authorJakub Jelinek <jakub@redhat.com>
Fri, 15 Oct 2010 19:26:06 +0000 (15:26 -0400)
committerLuis Machado <luisgpm@br.ibm.com>
Mon, 1 Nov 2010 04:55:04 +0000 (02:55 -0200)
commit8c12ca1392ee9c9dbfe07c64480bfcdc25716929
tree3780868848f579dc6f7b874300e183a9737902f6
parentfdef892bb57b4e6d49f5af84a1f1556852e79f66
Implement fmal, some fma bugfixes
(cherry picked from commit 3e692e0518b4f4679352d25102bd47cf3f85c592)
math/libm-test.inc
sysdeps/i386/fpu/s_fma.S [deleted file]
sysdeps/i386/fpu/s_fmaf.S [deleted file]
sysdeps/i386/fpu/s_fmal.S [deleted file]
sysdeps/ieee754/dbl-64/s_fma.c
sysdeps/ieee754/ldbl-128/s_fmal.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-64-128/s_fmal.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-96/s_fma.c
sysdeps/ieee754/ldbl-96/s_fmal.c [new file with mode: 0644]