rust/crates/core_simd/src
2023-05-30 23:10:05 +09: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
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
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 Implement dynamic byte-swizzle prototype (rust-lang/portable-simd#334) 2023-04-22 18:27:52 -07:00
ops.rs
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 Fix build error on big endian arm/aarch64 2023-05-30 23:10:05 +09: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