rust/crates/core_simd/src
2021-06-13 19:47:32 +00:00
..
masks Add mask width conversion (#127) 2021-06-11 15:48:05 -07:00
vector Add min/max/clamp 2021-06-13 19:47:32 +00:00
comparisons.rs Make implementation more scalable by using a helper trait to determine bitmask size. Improve bitmask to int conversion. 2021-04-30 23:22:27 -07:00
first.rs Reduce maximum lanes from 64 to 32 2021-04-03 14:43:33 -04:00
fmt.rs Remove Simd{U,I}128 2021-04-25 16:45:19 -07:00
intrinsics.rs add simd_fsqrt intrinsic 2021-05-18 10:11:37 -05:00
iter.rs Implement Sum/Product over references 2021-06-13 18:00:47 +00:00
lanes_at_most_32.rs Update bitmask API 2021-04-28 21:56:11 +00:00
lib.rs Implement Sum/Product traits 2021-06-13 17:52:44 +00:00
math.rs Remove Simd{U,I}128 2021-04-25 16:45:19 -07:00
ops.rs Remove Simd{U,I}128 2021-04-25 16:45:19 -07:00
permute.rs add doctests for shuffle (#130) 2021-06-11 15:48:44 -07:00
reduction.rs Make implementation more scalable by using a helper trait to determine bitmask size. Improve bitmask to int conversion. 2021-04-30 23:22:27 -07:00
round.rs Add SIMD round, trunc, fract 2021-04-25 18:31:49 -07:00
select.rs Clarify documentation 2021-05-08 00:13:40 +00:00
to_bytes.rs Add byte conversions 2021-05-24 15:02:45 -07:00
transmute.rs Silence warnings 2021-04-15 15:19:44 -07:00
vector.rs cat vector types by kind 2021-02-21 17:32:15 -08:00