1
0
mirror of https://github.com/fumiama/unibase2n.git synced 2026-06-05 00:32:47 +08:00
Files
unibase2n/decode_amd64.go
源文雨 c98c9ec117 speedup
2023-04-10 10:48:55 +08:00

12 lines
195 B
Go

//go:build amd64
// +build amd64
package unibase2n
// dec128blk1 for bit 1
//
// len(in)>0, len(in)%16==0, len(out)==len(in)/16
//
//go:noescape
func dec128blk1(mask uint128be, in, out []byte)