MCPcopy
hub / github.com/klauspost/compress / buildDtable_asm

Function buildDtable_asm

zstd/fse_decoder_asm.go:29–29  ·  view source on GitHub ↗

buildDtable_asm is an assembly implementation of fseDecoder.buildDtable. Function returns non-zero exit code on error. go:noescape

(s *fseDecoder, ctx *buildDtableAsmContext)

Source from the content-addressed store, hash-verified

27//
28//go:noescape
29func buildDtable_asm(s *fseDecoder, ctx *buildDtableAsmContext) int
30
31// please keep in sync with _generate/gen_fse.go
32const (

Callers 1

buildDtableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…