- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for blockAVX2 (0.07 seconds)
-
lib/fips140/v1.26.0.zip
init() { impl.Register("sha512", "AVX2", &useAVX2) } //go:noescape func blockAVX2(dig *Digest, p []byte) func block(dig *Digest, p []byte) { if useAVX2 { blockAVX2(dig, p) } else { blockGeneric(dig, p) } } golang.org/fips140@v1.26.0/fips140/v1.26.0/sha512/sha512block_amd64.s // Code generated by command: go run sha512block_amd64_asm.go -out ../sha512block_amd64.s. DO NOT EDIT. //go:build !purego #include "textflag.h" // func blockAVX2(dig *Digest, p []byte) // Requires: AVX, AVX2, BMI2 TEXT ·blockAVX2(SB),...Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0)