Skip to content

Not working on macos M1 chip. #52

@Aganthor

Description

@Aganthor

Hello!

This crate can't compile on a MacBook air with the M1 CPU.

Example of some of the error message:
error[E0425]: cannot find function, tuple struct or tuple variant F32x4 in this scope --> /Users/luc/.cargo/registry/src/github.com-1ecc6299db9ec823/simdnoise-3.1.6/src/sse41.rs:365:9 | 365 | F32x4(gain), | ^^^^^ not found in this scope

I've read that the M1 chip supports SIMD, but only the Neon instruction sets. Is this why it's not working?

Thanks in advance.

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