rust/crates/core_simd/src
2023-07-21 15:33:09 -04:00
..
elements Fix is_subnormal on architectures that flush subnormals to zero 2023-07-21 15:33:09 -04:00
masks Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
ops Make sure that signatures aren't accidental refinements 2023-04-28 17:36:49 +00:00
simd Add Simd, Mask, simd_swizzle to prelude 2023-05-12 09:16:43 -04:00
vendor
alias.rs Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
cast.rs Remove cast_ptr in favor of cast which acts like pointer::cast. Move number casts to number traits. 2023-05-20 17:17:56 -04:00
core_simd_docs.md
elements.rs Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
eq.rs Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
fmt.rs Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
intrinsics.rs Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
iter.rs Add #[inline] to functions which were missing it, and #[track_caller] to ones with runtime panics from user input 2023-05-21 14:10:22 -04:00
lane_count.rs Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
lib.rs Add #[inline] to functions which were missing it, and #[track_caller] to ones with runtime panics from user input 2023-05-21 14:10:22 -04:00
masks.rs Merge branch 'master' into sync-upstream-2023-06-07 2023-06-07 23:41:55 -04:00
mod.rs Add a prelude 2023-05-12 09:16:43 -04:00
ops.rs Merge branch 'master' into sync-upstream-2023-06-07 2023-06-07 23:41:55 -04:00
ord.rs Add #[inline] to functions which were missing it, and #[track_caller] to ones with runtime panics from user input 2023-05-21 14:10:22 -04:00
select.rs Sync portable-simd to rust-lang/portable-simd@72df4c4505 2022-03-12 16:09:37 -08:00
swizzle_dyn.rs Format 2023-06-07 23:46:06 -04:00
swizzle.rs Sync portable-simd to 2023 May 10 2023-05-11 12:13:00 -07:00
to_bytes.rs
vector.rs Merge branch 'master' into sync-upstream-2023-06-07 2023-06-07 23:41:55 -04:00
vendor.rs