You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
`