]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/s_fmaf.c
Add support for x86-64 fma instruction.
authorUlrich Drepper <drepper@redhat.com>
Wed, 29 Jul 2009 22:26:06 +0000 (15:26 -0700)
committerUlrich Drepper <drepper@redhat.com>
Wed, 29 Jul 2009 22:26:06 +0000 (15:26 -0700)
commit78c4ef475d47a2289635f74b726f52defedb4651
tree60375b37da7613577b26a3dc08105fbecbe24266
parent9a1d2d455540ff99a586da5b550cc768f4f6fd5c
Add support for x86-64 fma instruction.

Use it to implement fma and fmaf, if possible.
ChangeLog
math/s_fma.c
math/s_fmaf.c
sysdeps/x86_64/multiarch/Versions [new file with mode: 0644]
sysdeps/x86_64/multiarch/s_fma.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/s_fmaf.c [new file with mode: 0644]