-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forbid old-style
simd_shuffleN
intrinsics
- Loading branch information
Showing
16 changed files
with
393 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4457ef2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks the packed_simd2 crate, see rust-lang/packed_simd#356.
If anyone who uses packed_simd2 reads this, you need to change your packed_simd2 dependency to packed_simd (without the 2) version 0.3.9 and onwards.