Skip to content

s390x support for blstrs #32

Closed
Closed
@vishwabmc

Description

@vishwabmc

Hello,

On the below environment, we are building libfilcrypto.so from filecoin-ffi/rust/

Platform : s390x
Endianness : Big
OS : Ubuntu 20.04

But ran into this below issue

src/lib.rs

#[cfg(not(target_endian = "little"))]
compile_error!("blstrs is only supported on little endian architectures");

Would you have plans on supporting blstrs on s390x platform for Big Endian architecture ?

Thank you,

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions