Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
1278c6c0
Commit
1278c6c0
authored
Dec 07, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bytes: lost edit from earlier CL
R=iant CC=golang-dev
https://golang.org/cl/5450125
parent
9b875bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pkg/bytes/asm_amd64.s
src/pkg/bytes/asm_amd64.s
+1
-1
No files found.
src/pkg/bytes/asm_amd64.s
View file @
1278c6c0
...
@@ -94,13 +94,13 @@ TEXT ·Equal(SB),7,$0
...
@@ -94,13 +94,13 @@ TEXT ·Equal(SB),7,$0
MOVL
len
+
8
(
FP
),
BX
MOVL
len
+
8
(
FP
),
BX
MOVL
len1
+
24
(
FP
),
CX
MOVL
len1
+
24
(
FP
),
CX
MOVL
$
0
,
AX
MOVL
$
0
,
AX
MOVL
$
1
,
DX
CMPL
BX
,
CX
CMPL
BX
,
CX
JNE
eqret
JNE
eqret
MOVQ
p
+
0
(
FP
),
SI
MOVQ
p
+
0
(
FP
),
SI
MOVQ
q
+
16
(
FP
),
DI
MOVQ
q
+
16
(
FP
),
DI
CLD
CLD
REP
; CMPSB
REP
; CMPSB
MOVL
$
1
,
DX
CMOVLEQ
DX
,
AX
CMOVLEQ
DX
,
AX
eqret
:
eqret
:
MOVB
AX
,
ret
+
32
(
FP
)
MOVB
AX
,
ret
+
32
(
FP
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment