Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1333)

Delta Between Two Patch Sets: src/pkg/crypto/md5/md5block_decl.go

Issue 11648043: code review 11648043: crypto/md5: native arm assembler version (Closed)
Left Patch Set: Created 10 years, 8 months ago
Right Patch Set: diff -r 3bf9ffdcca1f https://code.google.com/p/go Created 10 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« src/pkg/crypto/md5/md5block_arm.s ('K') | « src/pkg/crypto/md5/md5block_arm.s ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2013 The Go Authors. All rights reserved. 1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 // +build amd64 386 5 // +build amd64 386 arm
6 6
7 package md5 7 package md5
8 8
9 //go:noescape 9 //go:noescape
10 10
11 func block(dig *digest, p []byte) 11 func block(dig *digest, p []byte)
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b