mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Omit redundant architecture tags
parent
1c49b6498c
commit
e47eed2c5a
@ -36,7 +36,7 @@ func sumGeneric(out *[16]byte, m []byte, key *[32]byte) {
|
||||
poly1305_amd64.go
|
||||
|
||||
```go
|
||||
// +build amd64,!gccgo,!purego
|
||||
// +build !gccgo,!purego
|
||||
|
||||
package poly1305
|
||||
|
||||
@ -47,7 +47,7 @@ func sum(out *[16]byte, m []byte, key *[32]byte)
|
||||
poly1305_amd64.s
|
||||
|
||||
```
|
||||
// +build amd64,!gccgo,!purego
|
||||
// +build !gccgo,!purego
|
||||
|
||||
// func sum(out *[16]byte, m []byte, key *[32]byte)
|
||||
TEXT ·sum(SB), $0-128
|
||||
|
Loading…
x
Reference in New Issue
Block a user