simba
simba copied to clipboard
Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Results
32
simba issues
Sort by
recently updated
recently updated
newest added
Implementations of `Distribution for StandardUniform` for all SIMD types containing `isize` and `usize` now generate random values using `fill_bytes()`. Uniform distribution for `isize` and `usize` was removed from `rand` crate....
To make it more ergonomic to implement the simba traits on custom numeric types, it would be useful if the supertraits that rely on dependencies were re-exported in a module...