rust/crates/core_simd/src
2023-05-12 09:16:43 -04:00
..
elements Add missing pointer tests and rename pointer cast fns to match scalars 2022-11-09 21:28:38 -05:00
masks Fix the typo 2023-01-23 11:00:35 +07:00
ops Document remaining internal unsafety, and deny undocumented unsafety 2022-05-31 14:44:23 -04:00
simd Ignore doctest 2023-05-12 09:16:43 -04:00
vendor
alias.rs Improve variable names 2022-10-16 23:46:18 -04:00
cast.rs Account for pointer metadata in pointer bounds 2022-10-29 11:55:01 -04:00
core_simd_docs.md
elements.rs Add vectors of pointers 2022-10-29 11:53:48 -04:00
eq.rs Implement scatter/gather with new pointer vector and add tests 2022-10-29 11:55:01 -04:00
fmt.rs Remove formats [T; N] does not impl (rust-lang/portable-simd#337) 2023-04-09 21:26:40 -07:00
intrinsics.rs Use new intrinsics 2022-10-29 11:55:01 -04:00
iter.rs
lane_count.rs add all_lane_counts feature to enable non-power-of-2 lane counts <= 64 2022-07-29 16:12:24 -07:00
lib.rs Drop const_ptr_read feature gate 2023-05-10 06:49:00 -07:00
masks.rs Specify aliases in one place, and make it more uniform which are defined 2022-10-16 21:38:13 -04:00
mod.rs Add a prelude 2023-05-12 09:16:43 -04:00
ops.rs Document remaining internal unsafety, and deny undocumented unsafety 2022-05-31 14:44:23 -04:00
ord.rs Implement scatter/gather with new pointer vector and add tests 2022-10-29 11:55:01 -04:00
select.rs
swizzle_dyn.rs Temp fix for swizzle_dyn 2023-05-10 06:49:00 -07:00
swizzle.rs Simplify expression 2022-08-01 19:57:41 -04:00
to_bytes.rs
vector.rs Fixups for sync 2023-05-10 06:49:00 -07:00
vendor.rs