diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/native/avx2/i64toa_subr.go')
-rw-r--r-- | vendor/github.com/bytedance/sonic/internal/native/avx2/i64toa_subr.go | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/native/avx2/i64toa_subr.go b/vendor/github.com/bytedance/sonic/internal/native/avx2/i64toa_subr.go index fb12932d9..bb6b38708 100644 --- a/vendor/github.com/bytedance/sonic/internal/native/avx2/i64toa_subr.go +++ b/vendor/github.com/bytedance/sonic/internal/native/avx2/i64toa_subr.go @@ -16,28 +16,28 @@ const ( ) const ( - _size__i64toa = 2288 + _size__i64toa = 2272 ) var ( _pcsp__i64toa = [][2]uint32{ - {1, 0}, - {170, 8}, - {171, 0}, - {505, 8}, - {506, 0}, - {637, 8}, - {638, 0}, - {1103, 8}, - {1104, 0}, - {1240, 8}, - {1241, 0}, - {1544, 8}, - {1545, 0}, - {1907, 8}, - {1908, 0}, - {2276, 8}, - {2278, 0}, + {0x1, 0}, + {0xae, 8}, + {0xaf, 0}, + {0x201, 8}, + {0x202, 0}, + {0x287, 8}, + {0x288, 0}, + {0x456, 8}, + {0x457, 0}, + {0x4e2, 8}, + {0x4e3, 0}, + {0x610, 8}, + {0x611, 0}, + {0x771, 8}, + {0x772, 0}, + {0x8d9, 8}, + {0x8e0, 0}, } ) |