diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/native/sse/u64toa_subr.go')
-rw-r--r-- | vendor/github.com/bytedance/sonic/internal/native/sse/u64toa_subr.go | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/native/sse/u64toa_subr.go b/vendor/github.com/bytedance/sonic/internal/native/sse/u64toa_subr.go index 8e67f8199..297cb9bef 100644 --- a/vendor/github.com/bytedance/sonic/internal/native/sse/u64toa_subr.go +++ b/vendor/github.com/bytedance/sonic/internal/native/sse/u64toa_subr.go @@ -16,20 +16,20 @@ const ( ) const ( - _size__u64toa = 1264 + _size__u64toa = 1232 ) var ( _pcsp__u64toa = [][2]uint32{ - {1, 0}, - {161, 8}, - {162, 0}, - {457, 8}, - {458, 0}, - {772, 8}, - {773, 0}, - {1249, 8}, - {1251, 0}, + {0x1, 0}, + {0xa5, 8}, + {0xa6, 0}, + {0x1cf, 8}, + {0x1d0, 0}, + {0x307, 8}, + {0x308, 0}, + {0x4cf, 8}, + {0x4d0, 0}, } ) |