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)
| 52 | // |
| 53 | //go:noescape |
| 54 | func 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 | // |
no outgoing calls
no test coverage detected
searching dependent graphs…