Implement fma in soft-fp.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 2 Jul 2013 14:55:32 +0000 (14:55 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 2 Jul 2013 14:55:32 +0000 (14:55 +0000)
commit77f01ab5d1d2eead1bd4a9135d6a76ebd3fe21e5
tree84727a1d5b17bbfe868ef2246e59bffc98f57495
parent1413c693d3390e02399a0042ef97b73918749977
Implement fma in soft-fp.
21 files changed:
ChangeLog
ports/ChangeLog.mips
ports/sysdeps/mips/ieee754/s_fma.c [new file with mode: 0644]
ports/sysdeps/mips/ieee754/s_fmaf.c [new file with mode: 0644]
ports/sysdeps/mips/ieee754/s_fmal.c [new file with mode: 0644]
ports/sysdeps/mips/mips32/Implies
ports/sysdeps/mips/mips64/n32/s_fma.c [deleted file]
ports/sysdeps/mips/mips64/n64/s_fma.c [deleted file]
ports/sysdeps/mips/mips64/soft-fp/sfp-machine.h
ports/sysdeps/mips/soft-fp/sfp-machine.h
soft-fp/double.h
soft-fp/extended.h
soft-fp/fmadf4.c [new file with mode: 0644]
soft-fp/fmasf4.c [new file with mode: 0644]
soft-fp/fmatf4.c [new file with mode: 0644]
soft-fp/op-1.h
soft-fp/op-2.h
soft-fp/op-4.h
soft-fp/op-common.h
soft-fp/quad.h
soft-fp/single.h