Closed lukaz-vaultree-com closed 2 years ago
if is_aarch64_feature_detected!("neon") {
does not compile, I had to change it to
if std::arch::is_aarch64_feature_detected!("neon") {
:)
macOS Apple Silicon
Please see https://github.com/ejmahler/RustFFT/pull/84
if is_aarch64_feature_detected!("neon") {
does not compile, I had to change it to
if std::arch::is_aarch64_feature_detected!("neon") {
:)