rust/crates/core_simd/src
2022-11-11 21:31:05 -05:00
..
elements Add missing pointer tests and rename pointer cast fns to match scalars 2022-11-09 21:28:38 -05:00
masks Mark more mask functions inline 2022-10-16 13:31:42 -04:00
ops Document remaining internal unsafety, and deny undocumented unsafety 2022-05-31 14:44:23 -04:00
vendor Uncomment AVX512 byte vector conversions 2021-11-26 13:48:52 -08:00
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 Restructure crate as core module 2021-09-18 23:26:10 -07:00
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 Restructure crate as core module 2021-09-18 23:26:10 -07:00
intrinsics.rs Use new intrinsics 2022-10-29 11:55:01 -04:00
iter.rs Restructure crate as core module 2021-09-18 23:26:10 -07:00
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 Account for pointer metadata in pointer bounds 2022-10-29 11:55:01 -04: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 vectors of pointers 2022-10-29 11:53:48 -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 Clean up use of cargo feature "std" 2022-03-08 13:36:29 -08:00
swizzle.rs Simplify expression 2022-08-01 19:57:41 -04:00
to_bytes.rs Add some safety comments 2022-02-09 16:15:01 -08:00
vector.rs Add test examples 2022-11-11 21:31:05 -05:00
vendor.rs Add some safety comments 2022-02-09 16:15:01 -08:00