We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697e507 commit ef0aeb7Copy full SHA for ef0aeb7
zstd/fse_decoder_amd64.go
@@ -21,7 +21,8 @@ type buildDtableAsmContext struct {
21
22
// buildDtable_asm is an x86 assembly implementation of fseDecoder.buildDtable.
23
// Function returns non-zero exit code on error.
24
-// go:noescape
+//
25
+//go:noescape
26
func buildDtable_asm(s *fseDecoder, ctx *buildDtableAsmContext) int
27
28
// please keep in sync with _generate/gen_fse.go
0 commit comments