Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
maxid opened this issue May 20, 2024 · 2 comments
Closed

Comments

@maxid
Copy link

maxid commented May 20, 2024

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

@maxid maxid changed the title github.com/bytedance/sonic/ast not support arm32 github.com/bytedance/sonic/ast not support arm32 "_blankCharsMask overflows int" May 20, 2024
@maxid maxid changed the title github.com/bytedance/sonic/ast not support arm32 "_blankCharsMask overflows int" github.com/bytedance/sonic/ast not support ARM32 "_blankCharsMask overflows int" May 20, 2024
@AsterDY
Copy link
Collaborator

AsterDY commented May 20, 2024

sorry, sonic cannot suport 32-bit arch at present

@maxid
Copy link
Author

maxid commented May 29, 2024

sorry, sonic cannot suport 32-bit arch at present

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants