Skip to content

Commit

Permalink
remove stdarch_arm_crc32 feature attribute
Browse files Browse the repository at this point in the history
hopefully a temp fix for servo#565?
and also cargo updated its version in cargo.lock lol
  • Loading branch information
meadowsys committed Jun 1, 2024
1 parent 30419d0 commit 5158a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#![cfg_attr(pf_rustc_nightly, allow(internal_features))]
#![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, core_intrinsics))]
#![cfg_attr(all(target_arch = "aarch64", pf_rustc_nightly), feature(stdarch_arm_crc32))]
// #![cfg_attr(all(target_arch = "aarch64", pf_rustc_nightly), feature(stdarch_arm_crc32))]
#![cfg_attr(pf_rustc_nightly, feature(simd_ffi))]

//! A minimal SIMD abstraction, usable outside of Pathfinder.
Expand Down

0 comments on commit 5158a49

Please sign in to comment.