fix: sonic on arm64 (#4234)

This commit is contained in:
Yash
2025-05-11 20:04:09 +05:30
committed by GitHub
parent 67c9d4ee11
commit 7a1b655074
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -84,10 +84,10 @@ go build -tags=jsoniter .
go build -tags=go_json .
```
[sonic](https://github.com/bytedance/sonic) (you have to ensure that your cpu supports avx instruction.)
[sonic](https://github.com/bytedance/sonic)
```sh
$ go build -tags="sonic avx" .
$ go build -tags=sonic .
```
### Build without `MsgPack` rendering feature