Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pathfinder_simd failed to compile with nightly toolchain on Apple M1 MBP #541

Closed
mhfan opened this issue Aug 30, 2023 · 0 comments · Fixed by #542
Closed

pathfinder_simd failed to compile with nightly toolchain on Apple M1 MBP #541

mhfan opened this issue Aug 30, 2023 · 0 comments · Fixed by #542

Comments

@mhfan
Copy link
Contributor

mhfan commented Aug 30, 2023

$ cd pathfind/simd
$ cargo +nightly b

...

   Compiling pathfinder_simd v0.5.1 (/Users/mhfan/Devel/blend2d/resvg/lottie-rs/pathfinder/simd)
error: unrecognized platform-specific intrinsic function: `simd_shuffle2`
   --> simd/src/arm/mod.rs:887:5
    |
887 |     fn simd_shuffle2<T, U>(x: T, y: T, idx: [u32; 2]) -> U;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: unrecognized platform-specific intrinsic function: `simd_shuffle4`
   --> simd/src/arm/mod.rs:888:5
    |
888 |     fn simd_shuffle4<T, U>(x: T, y: T, idx: [u32; 4]) -> U;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: could not compile `pathfinder_simd` (lib) due to 2 previous errors

image

@mhfan mhfan changed the title pathfinder_simd failed to compile on Apple M1 with nightly toolchain pathfinder_simd failed to compile with nightly toolchain on Apple M1 Aug 30, 2023
@mhfan mhfan changed the title pathfinder_simd failed to compile with nightly toolchain on Apple M1 pathfinder_simd failed to compile with nightly toolchain on Apple M1 MBP Aug 30, 2023
@jdm jdm closed this as completed in #542 Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant