File: md5block_amd64.go

package info (click to toggle)
golang-github-minio-md5-simd 1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 292 kB
  • sloc: asm: 1,089; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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)