rust/crates/core_simd/src
Caleb Zulawski 5805c7a051 Fix comment
2020-10-11 14:34:57 -04:00
..
fmt.rs Remove vectors under 64-bit width 2020-09-26 19:31:14 -04:00
intrinsics.rs Fix casts, add tests 2020-10-11 14:32:46 -04:00
lib.rs Add rounding functions 2020-10-10 00:22:36 -04:00
macros.rs Apply review feedback 2020-10-06 13:40:39 -07:00
masks.rs Implement core::ops (#10) 2020-10-01 19:50:15 -07:00
ops.rs Add comment about fneg to the bitxor in float neg 2020-10-07 13:24:21 -07:00
round.rs Fix comment 2020-10-11 14:34:57 -04:00
vectors_f32.rs Implement abs, to_bits, and from_bits for float vectors 2020-10-06 11:33:29 -07:00
vectors_f64.rs Implement abs, to_bits, and from_bits for float vectors 2020-10-06 11:33:29 -07:00
vectors_i8.rs Remove vectors under 64-bit width 2020-09-26 19:31:14 -04:00
vectors_i16.rs Remove vectors under 64-bit width 2020-09-26 19:31:14 -04:00
vectors_i32.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00
vectors_i64.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00
vectors_i128.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00
vectors_isize.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00
vectors_mask8.rs Remove vectors under 64-bit width 2020-09-26 19:31:14 -04:00
vectors_mask16.rs Remove vectors under 64-bit width 2020-09-26 19:31:14 -04:00
vectors_mask32.rs Change doc attributes to comments 2020-09-25 23:23:02 -04:00
vectors_mask64.rs Change doc attributes to comments 2020-09-25 23:23:02 -04:00
vectors_mask128.rs Change doc attributes to comments 2020-09-25 23:23:02 -04:00
vectors_masksize.rs Change doc attributes to comments 2020-09-25 23:23:02 -04:00
vectors_u8.rs Remove vectors under 64-bit width 2020-09-26 19:31:14 -04:00
vectors_u16.rs Remove vectors under 64-bit width 2020-09-26 19:31:14 -04:00
vectors_u32.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00
vectors_u64.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00
vectors_u128.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00
vectors_usize.rs Remove remaining derived traits 2020-09-26 14:30:00 -04:00