about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-03-28 21:59:43 -0700
committerDavid S. Miller <davem@davemloft.net>2012-03-28 21:59:43 -0700
commit249d7567cc0179882ee84d4e3c627850eed716dd (patch)
tree53dd4c0a10a9bed1888dc9fd66ad815d9b5b770d /ChangeLog
parent18c9d62b9c575a54f26ca5aebeb03dd7322fc180 (diff)
downloadglibc-249d7567cc0179882ee84d4e3c627850eed716dd.tar.gz
glibc-249d7567cc0179882ee84d4e3c627850eed716dd.tar.xz
glibc-249d7567cc0179882ee84d4e3c627850eed716dd.zip
Fix bugs and improve performance of niagara memset/bzero.
	* sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
	loop to 256 bytes instead of 64 bytes and fix test signedness.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9069eb338f..c24c063544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-28  David S. Miller  <davem@davemloft.net>
 
+	* sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
+	loop to 256 bytes instead of 64 bytes and fix test signedness.
+
 	* sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
 	* sysdeps/sparc/sparc32/Makefile: rather than here...
 	* sysdeps/sparc/sparc64/Makefile: and here.