2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/internal/native/sse4/native_subr_amd64.go
liu ccc0f3f1e3
opt: faster ftoa (#291)
* opt: faster f64toa

* feat:(option) add option `MaxInlineDepth` for addjust compilation inline depth (#287)

* feat: make compilation depth changeable

* feat: add option `DefaultMaxInlineDepth`

* add recurse depth = 10

* refactor

* doc: readme and comment

* opt: add `_MAX_FIELDS` to limit the inlining of big struct

* update license

* fix typo

* feat:(ast) support cast `null` to empty value (#278)

* fix: recompile

* test: add ftoa benchmarks

* feat: add f32toa

* fix: add license

* opt: optimize decimal

* fix benchmarks

* fix: poor performance in atof32

* test: add more integer test

Co-authored-by: liuqiang <liuqiang.06@bytedance.com>
Co-authored-by: Yi Duan <duanyi.aster@bytedance.com>
2022-09-20 10:26:18 +08:00

97 lines
2.6 KiB
Go

// +build !noasm !appengine
// Code generated by asm2asm, DO NOT EDIT.
package sse4
//go:nosplit
//go:noescape
//goland:noinspection ALL
func __native_entry__() uintptr
var (
_subr__f32toa = __native_entry__() + 24896
_subr__f64toa = __native_entry__() + 640
_subr__html_escape = __native_entry__() + 10672
_subr__i64toa = __native_entry__() + 4304
_subr__lspace = __native_entry__() + 256
_subr__lzero = __native_entry__() + 16
_subr__quote = __native_entry__() + 5712
_subr__skip_array = __native_entry__() + 23184
_subr__skip_number = __native_entry__() + 24688
_subr__skip_object = __native_entry__() + 23232
_subr__skip_one = __native_entry__() + 21312
_subr__u64toa = __native_entry__() + 4432
_subr__unquote = __native_entry__() + 7488
_subr__validate_one = __native_entry__() + 24832
_subr__value = __native_entry__() + 13936
_subr__vnumber = __native_entry__() + 19056
_subr__vsigned = __native_entry__() + 20608
_subr__vstring = __native_entry__() + 16016
_subr__vunsigned = __native_entry__() + 20960
)
const (
_stack__f32toa = 632
_stack__f64toa = 616
_stack__html_escape = 64
_stack__i64toa = 16
_stack__lspace = 8
_stack__lzero = 8
_stack__quote = 80
_stack__skip_array = 128
_stack__skip_number = 72
_stack__skip_object = 128
_stack__skip_one = 128
_stack__u64toa = 8
_stack__unquote = 72
_stack__validate_one = 128
_stack__value = 336
_stack__vnumber = 248
_stack__vsigned = 16
_stack__vstring = 144
_stack__vunsigned = 24
)
var (
_ = _subr__f32toa
_ = _subr__f64toa
_ = _subr__html_escape
_ = _subr__i64toa
_ = _subr__lspace
_ = _subr__lzero
_ = _subr__quote
_ = _subr__skip_array
_ = _subr__skip_number
_ = _subr__skip_object
_ = _subr__skip_one
_ = _subr__u64toa
_ = _subr__unquote
_ = _subr__validate_one
_ = _subr__value
_ = _subr__vnumber
_ = _subr__vsigned
_ = _subr__vstring
_ = _subr__vunsigned
)
const (
_ = _stack__f32toa
_ = _stack__f64toa
_ = _stack__html_escape
_ = _stack__i64toa
_ = _stack__lspace
_ = _stack__lzero
_ = _stack__quote
_ = _stack__skip_array
_ = _stack__skip_number
_ = _stack__skip_object
_ = _stack__skip_one
_ = _stack__u64toa
_ = _stack__unquote
_ = _stack__validate_one
_ = _stack__value
_ = _stack__vnumber
_ = _stack__vsigned
_ = _stack__vstring
_ = _stack__vunsigned
)