.gitignore
|
Add gitignore; Add 'zerocopy' and 'bytemuck' features; Add 'f16' and 'f128' features; Add SIMD types; Add 'splat' and 'from_array' constructors to SIMD types; Add 'as_array' and 'as_mut_array' methods to SIMD types; Add 'to_array' destructor to SIMD types; Add 'LEN' constant and 'len' method to SIMD types; Implement instances of 'Add', 'Sub', 'Mul', 'Div', and 'Rem' for SIMD types; Implement 'Clone', 'Copy', 'Debug', 'FromBytes', 'IntoBytes', 'KnownLayout', 'Pod', and 'Zeroable' for SIMD types; Implement 'Default' for SIMD types; License under MPL 2;
|
2025-07-22 16:17:50 +02:00 |