forked from forgejo/forgejo
go1.16 (#14783)
This commit is contained in:
parent
030646eea4
commit
47f6a4ec3f
947 changed files with 26119 additions and 7062 deletions
11
vendor/github.com/minio/md5-simd/md5block_amd64.go
generated
vendored
Normal file
11
vendor/github.com/minio/md5-simd/md5block_amd64.go
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Code generated by command: go run gen.go -out ../md5block_amd64.s -stubs ../md5block_amd64.go -pkg=md5simd. DO NOT EDIT.
|
||||
|
||||
// +build !appengine
|
||||
// +build !noasm
|
||||
// +build gc
|
||||
|
||||
package md5simd
|
||||
|
||||
// Encode p to digest
|
||||
//go:noescape
|
||||
func blockScalar(dig *[4]uint32, p []byte)
|
Loading…
Add table
Add a link
Reference in a new issue