diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-08 11:17:07 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-08 11:17:07 -0700 |
commit | ee0db19075ebc3428291934df429365a5abaea47 (patch) | |
tree | bd722a172e9b71643c868cfb6083697f8e3296ba /ChangeLog | |
parent | dee4a4e3d0e8b9df6b35ef53e46b9346ee713af0 (diff) | |
download | glibc-ee0db19075ebc3428291934df429365a5abaea47.tar glibc-ee0db19075ebc3428291934df429365a5abaea47.tar.gz glibc-ee0db19075ebc3428291934df429365a5abaea47.tar.bz2 glibc-ee0db19075ebc3428291934df429365a5abaea47.zip |
Minor optimization to sparc VIS3 floor() implementation.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
movxtod instead of popping the value on the stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2012-05-08 David S. Miller <davem@davemloft.net> + * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use + movxtod instead of popping the value on the stack. + * sysdeps/sparc/fpu/libm-test-ulps: Update. 2012-05-08 Carlos O'Donell <carlos_odonell@mentor.com> |