diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-13 15:06:01 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-13 15:06:01 -0500 |
commit | 59a3e194f75c4845b15caa1ae16b0264f9c7cf0c (patch) | |
tree | 07140bb20ddbf8f3124e11e8a204ea64fb89dd31 /ChangeLog | |
parent | 357fd3b40a59df16191df23439411c1342cc1ba5 (diff) | |
download | glibc-59a3e194f75c4845b15caa1ae16b0264f9c7cf0c.tar glibc-59a3e194f75c4845b15caa1ae16b0264f9c7cf0c.tar.gz glibc-59a3e194f75c4845b15caa1ae16b0264f9c7cf0c.tar.bz2 glibc-59a3e194f75c4845b15caa1ae16b0264f9c7cf0c.zip |
PowerPC: multiarch round/roundf for PowerPC64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,5 +1,23 @@ 2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf + multiarch implementation. + * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New + file. + * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New + file. + * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New + file. + * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New + file. + multiarch llround for PPC64. + * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file: + multiarch round for PPC64. + * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file: + multiarch roundf for PPC64. + +2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf multiarch implementation. * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New |