volo 依赖的的sonic-simd不支持32位的编译,后续是否会考虑增加32位的编译支持呢
Open
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 223
- Avg merge
- 18m
- Merged PRs (30d)
- 1
Description
## Bug Report
### Version
volo v0.10.3 (*)
volo-thrift v0.10.5 (*)
volo-build v0.10.18 (*)
### Platform
Ubuntu 20.04 64-bit , but want to build a 32-bit exe
### Description
When build a volo thrift server with 'cargo build --target=i686-unknown-linux-gnu' ,it repoort error because of sonic-simd-v0.1.0 only suuport x89_64,will you consider supporting 32-bit compilation in the future?
`
error[E0432]: unresolved import 'std::arch::x86_64'
--> /home/xxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sonic-simd-0.1.0/src/sse2.rs:2:11
arch::x86_64::*,
^^^^^^ could not find 'x86_64' in 'arch'
`
Contributor guide
Assessment
This issue has not been assessed yet.