-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
any()
and all()
on 128-bit ARMv7 NEON boolean vectors work
Use shuffles instead of transmutes for accessing aliased half-registers. Implement the `Simd` trait for more types in order to satisfy the trait bounds of the shuffle intrinsic declarations. Bitcast to `u32x2` before extracting data to an ALU register. In the `all()` case, compare with `0xFFFFFFFF` instead of zero. Closes #12.
- Loading branch information
Showing
2 changed files
with
680 additions
and
18 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.