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.
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 variantF32x4in 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 scopeI've read that the M1 chip supports SIMD, but only the Neon instruction sets. Is this why it's not working?
Thanks in advance.