Implement accurate fma.
commit5e908464b9603e9cd95047d2edd00de5f78fedaf
authorJakub Jelinek <jakub@redhat.com>
Thu, 14 Oct 2010 02:27:03 +0000 (13 22:27 -0400)
committerUlrich Drepper <drepper@gmail.com>
Thu, 14 Oct 2010 02:27:03 +0000 (13 22:27 -0400)
tree1f526248f31bee031ce4c92d9b1b2e857d6b671b
parentf90681487d90a6eea8f1c60021bc8dd83313c59b
Implement accurate fma.
17 files changed:
ChangeLog
math/libm-test.inc
sysdeps/i386/fpu/bits/mathinline.h
sysdeps/i386/i686/multiarch/s_fma.c
sysdeps/ieee754/dbl-64/s_fma.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_fmaf.c
sysdeps/ieee754/ldbl-128/s_fma.c [copied from sysdeps/ieee754/dbl-64/s_fmaf.c with 73% similarity]
sysdeps/ieee754/ldbl-96/s_fma.c [copied from sysdeps/ieee754/dbl-64/s_fmaf.c with 52% similarity]
sysdeps/ieee754/ldbl-opt/s_fma.c
sysdeps/powerpc/fpu/s_fma.S [copied from sysdeps/i386/i686/multiarch/s_fma.c with 59% similarity]
sysdeps/powerpc/fpu/s_fmaf.S [copied from sysdeps/i386/i686/multiarch/s_fma.c with 59% similarity]
sysdeps/powerpc/powerpc32/fpu/s_fma.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/fpu/s_fma.S [new file with mode: 0644]
sysdeps/s390/fpu/s_fma.c [copied from sysdeps/i386/i686/multiarch/s_fma.c with 62% similarity]
sysdeps/s390/fpu/s_fmaf.c [copied from sysdeps/i386/i686/multiarch/s_fma.c with 60% similarity]
sysdeps/unix/sysv/linux/s390/fpu/s_fma.c [copied from sysdeps/ieee754/ldbl-opt/s_fma.c with 76% similarity]
sysdeps/x86_64/multiarch/s_fma.c