Skip to content

Nightly build fails due to removal of the unstable stdsimd feature #51

@LDeakin

Description

@LDeakin

The latest nightly breaks this crate on this line because the unstable stdsimd feature has been removed:

#![cfg_attr(nightly, feature(stdsimd))]

The commit removing stdsimd is rust-lang/rust@ea37e80
Relevant tracking issues? rust-lang/rust#27731 and rust-lang/rust#48556

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions