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'
`
The text was updated successfully, but these errors were encountered:
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'
`
The text was updated successfully, but these errors were encountered: