Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/powerpc/string remove branch prediction...



details:   https://anonhg.NetBSD.org/src/rev/d9ab93f0adff
branches:  trunk
changeset: 787811:d9ab93f0adff
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 04 20:57:59 2013 +0000

description:
remove branch prediction hint from bdnzt

diffstat:

 common/lib/libc/arch/powerpc/string/memcmp.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4bd5eae137f9 -r d9ab93f0adff common/lib/libc/arch/powerpc/string/memcmp.S
--- a/common/lib/libc/arch/powerpc/string/memcmp.S      Thu Jul 04 17:46:14 2013 +0000
+++ b/common/lib/libc/arch/powerpc/string/memcmp.S      Thu Jul 04 20:57:59 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: memcmp.S,v 1.3 2011/01/15 07:31:12 matt Exp $ */
+/* $NetBSD: memcmp.S,v 1.4 2013/07/04 20:57:59 matt Exp $ */
 
 /* stropt/memcmp.S, pl_string_common, pl_linux 10/11/04 11:45:35
  * ==========================================================================
@@ -206,7 +206,7 @@
 
        cmplw   %r8, %r6
 
-       bdnzt+  eq, bbb
+       bdnzt   eq, bbb
 
        bne     all_done
 



Home | Main Index | Thread Index | Old Index