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

Function sequenceDecs_decodeSync_amd64

zstd/seqdec_amd64.go:54–54  ·  view source on GitHub ↗

sequenceDecs_decodeSync_amd64 implements the main loop of sequenceDecs.decodeSync in x86 asm. Please refer to seqdec_generic.go for the reference implementation. go:noescape

(s *sequenceDecs, br *bitReader, ctx *decodeSyncAsmContext)

Source from the content-addressed store, hash-verified

52//
53//go:noescape
54func sequenceDecs_decodeSync_amd64(s *sequenceDecs, br *bitReader, ctx *decodeSyncAsmContext) int
55
56// sequenceDecs_decodeSync_bmi2 implements the main loop of sequenceDecs.decodeSync in x86 asm with BMI2 extensions.
57//

Callers 1

decodeSyncAsmFunction · 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…