这是indexloc提供的服务,不要输入任何密码
Skip to content

volo 依赖的的sonic-simd不支持32位的编译,后续是否会考虑增加32位的编译支持呢 #543

@lxy9612

Description

@lxy9612

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'
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions