Skip to content

Commit

Permalink
Fix issues in x86 memcpy-ssse3-rep.S
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu authored and Ulrich Drepper committed Feb 25, 2010
1 parent a0ac24d commit 3093e0c
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 106 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
2010-02-24 H.J. Lu <hongjiu.lu@intel.com>

* sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
(bk_write_less32bytes_2): Renamed to ...
(bk_write_less48bytes): This.
Use unsigned conditional jumps.
Correct unwind info.
Use add/sub instead of lea if possible.
(shl_0_gobble_cache_loop_tail): Removed.
(large_page): Properly adjust ECX.

* sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
conditional jumps.
Correct unwind info.
Expand Down
Loading

0 comments on commit 3093e0c

Please sign in to comment.