bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.79k stars 333 forks source link

github.com/bytedance/sonic/ast not support ARM32 "_blankCharsMask overflows int" #631

Closed maxid closed 4 months ago

maxid commented 4 months ago

GOOS=linux GOARCH=arm go build -ldflags "-s -w" -o linux_arm32 .

github.com/bytedance/sonic/ast vendor/github.com/bytedance/sonic/ast/decode.go:40:25: _blankCharsMask (untyped int constant 4294977024) overflows int make: *** [build_linux] Error 1

AsterDY commented 4 months ago

sorry, sonic cannot suport 32-bit arch at present

maxid commented 4 months ago

sorry, sonic cannot suport 32-bit arch at present

32-bit is usually used extensively in edge computing. It is recommended to support it