rust/library/stdarch/examples
Alex Crichton 4d6fa80bb3
wasm: Add convenience aliases with unsigned names (#1174)
Naming right now for wasm simd intrinsics takes the signededness of the
instruction into account, but some operations are the same regardless of
signededness, such as `i32x4_add`. This commit adds aliases for all of
these operations under unsigned names as well (such as `u32x4_add`)
which are just a `pub use` to rename the item as two names. The goal of
this is to assist in reading code (no need to switch back and forth
between `i` and `u`) as well as writing code (no need to always remember
which operations are the same for signed/unsigned but only available
under the signed names).
2021-05-27 16:52:15 +01:00
..
Cargo.toml avx512f example (#952) 2020-12-25 23:42:42 +00:00
connect5.rs Avx512vbmi (#977) 2021-01-04 00:35:51 +00:00
hex.rs wasm: Add convenience aliases with unsigned names (#1174) 2021-05-27 16:52:15 +01:00
wasm.rs Update and revamp wasm32 SIMD intrinsics (#874) 2020-07-18 13:32:52 +01:00