2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/internal/native
Yi Duan 67cffb15bd
feat:(ast) add fallback api on not-amd64 env (#341)
* feat:(ast) add  fallback api on `not-amd64` env

* test: add native `linux-arm64` CI

* opt: just skip number chars whne `decodeFloat64`

* fmt

* fix: check EOF
2023-01-03 19:47:55 +08:00
..
avx opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
avx2 opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
sse opt: reduce memory pool size (#302) 2022-10-28 16:40:14 +08:00
types feat:(decoder) support skip mismatche-typed value (#325) 2022-11-04 14:27:21 +08:00
dispatch_amd64.go feat:(ast) add fallback api on not-amd64 env (#341) 2023-01-03 19:47:55 +08:00
dispatch_amd64.s feat:(ast) add fallback api on not-amd64 env (#341) 2023-01-03 19:47:55 +08:00
fastfloat_amd64_test.tmpl opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
fastint_amd64_test.tmpl opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00
native_amd64.tmpl fix: use sse instead of sse4 (#305) 2022-09-26 12:45:01 +08:00
native_amd64_test.tmpl add ValidateString option into decode (#253) 2022-08-11 19:06:11 +08:00
native_export_amd64.tmpl opt: faster ftoa (#291) 2022-09-20 10:26:18 +08:00