...

Source file src/github.com/cloudflare/circl/simd/keccakf1600/f1600x4stubs_amd64.go

Documentation: github.com/cloudflare/circl/simd/keccakf1600

     1  // Code generated by command: go run src.go -out ../../f1600x4_amd64.s -stubs ../../f1600x4stubs_amd64.go -pkg keccakf1600. DO NOT EDIT.
     2  
     3  //go:build amd64
     4  
     5  package keccakf1600
     6  
     7  //go:noescape
     8  func f1600x4AVX2(state *uint64, rc *[24]uint64, turbo bool)
     9  

View as plain text