-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove simd_nightly feature flag for aarch64 for i16 * add aarch64 target_arch to imports * add aarch64 target_arch to imports in generic.rs * remove nightly_simd flag for impl_SIMDArgMinMax macro * remove nightly_simd feature flag for aarch64 for i8 and i32 * wrap up ints and uints * add f32 support * fix arm * 🙈 * update other float types * restrict cfg to arm and nightly_simd for floats * restrict imports to arm & nightly_simd * ♻️ * build aarch64 as stable * use scalar implementation for 64 bit integers on aarch64 * 🧹 review code * 🧹 remove fixed TODO * 🧘 review code
- Loading branch information
Showing
17 changed files
with
562 additions
and
288 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
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
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.