mirror of
https://github.com/fumiama/unibase2n.git
synced 2026-06-19 09:50:26 +08:00
add asm dec128blk1
This commit is contained in:
8
decode_amd64.go
Normal file
8
decode_amd64.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build amd64
|
||||
// +build amd64
|
||||
|
||||
package unibase2n
|
||||
|
||||
// dec128blk1 for bit 1
|
||||
// len(in)>0, len(in)%16==0, len(out)==len(in)/16
|
||||
func dec128blk1(mask uint128be, in, out []byte)
|
||||
Reference in New Issue
Block a user