diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-03-20 04:14:28 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-04-17 15:14:53 -0300 |
commit | 3a16dd780eeba60266d75e4a562536cc0785bc4e (patch) | |
tree | 57c7950840936d10e886dec25e25a329f0b4d183 /ChangeLog | |
parent | 1dac8bd6f23d574c841982a17e984111dc8366d7 (diff) | |
download | glibc-3a16dd780eeba60266d75e4a562536cc0785bc4e.zip glibc-3a16dd780eeba60266d75e4a562536cc0785bc4e.tar.gz glibc-3a16dd780eeba60266d75e4a562536cc0785bc4e.tar.bz2 |
powerpc: fma using builtins
This patch just refactor the assembly implementation to use compiler
builtins instead.
Checked on powerpc-linux-gnu (built without --with-cpu, with
--with-cpu=power4 and with --with-cpu=power5+ and --disable-multi-arch),
powerpc64-linux-gnu (built without --with-cp and with --with-cpu=power5+
and --disable-multi-arch).
* sysdeps/powerpc/fpu/s_fma.S: Remove file.
* sysdeps/powerpc/fpu/s_fmaf.S: Likewise.
* sysdeps/powerpc/fpu/s_fma.c: New file.
* sysdeps/powerpc/fpu/s_fmaf.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2019-04-17 Adhemerval Zanella <adhemerval.zanella@linaro.org> + * sysdeps/powerpc/fpu/s_fma.S: Remove file. + * sysdeps/powerpc/fpu/s_fmaf.S: Likewise. + * sysdeps/powerpc/fpu/s_fma.c: New file. + * sysdeps/powerpc/fpu/s_fmaf.c: Likewise. + * sysdeps/powerpc/fpu/s_fabs.S: Remove file. * sysdeps/powerpc/fpu/s_fabsf.S: Likewise. |