GoToSocial/vendor/github.com/bytedance/sonic/internal/native/neon/html_escape_subr_arm64.go

26 lines
362 B
Go

// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.
package neon
//go:nosplit
//go:noescape
//goland:noinspection ALL
func __html_escape_entry__() uintptr
var (
_subr__html_escape uintptr = __html_escape_entry__() + 32
)
const (
_stack__html_escape = 32
)
var (
_ = _subr__html_escape
)
const (
_ = _stack__html_escape
)