servo / pathfinder

A fast, practical GPU rasterizer for fonts and vector graphics
Apache License 2.0
3.52k stars 198 forks source link

Stop using old-style simd_shuffle #542

Closed mhfan closed 10 months ago

mhfan commented 10 months ago

fix #541

yisibl commented 1 month ago

After upgrading to 0.5.3, I encountered a compile error, can you help me out?

error[E0432]: unresolved import `std::intrinsics::simd`
  --> C:\Users\runneradmin/.cargo\registry\src\index.crates.io-6f17d22bba15001f\pathfinder_simd-0.5.3\src\arm\mod.rs:13:22
   |
13 | use std::intrinsics::simd::*;
   |                      ^^^^ could not find `simd` in `intrinsics`
jdm commented 1 month ago

Please open a new issue about that error!