rust/crates/core_simd/src
2021-05-18 10:11:37 -05:00
..
masks Attempt to workaround MIPS bug 2021-04-30 23:22:27 -07:00
vector add simd_fsqrt intrinsic 2021-05-18 10:11:37 -05: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
lanes_at_most_32.rs Update bitmask API 2021-04-28 21:56:11 +00:00
lib.rs Add select function 2021-05-01 15:21:41 +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 Attempt to clarify interleave/deinterleave 2021-04-20 01:51:06 +00: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
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