commit | aac57f81eb16d56afb5bd5a31ff325b5d1615580 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Jul 21 17:09:58 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Jul 21 18:37:08 2007 -0700 |
tree | 105a7918021cfbe5272654786ba24c142f141a83 | |
parent | 5b74e3abb3e9bd8a2f52a7b653941e3686c5df1a [diff] |
x86_64: Always use builtin memcpy on gcc 4.3 Jan asked to always use the builtin memcpy on gcc 4.3 mainline because it should generate better code than the old macro. Let's try it. Cc: Jan Hubicka <jh@suse.cz> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>