simba icon indicating copy to clipboard operation
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

Observed on simba 0.9.0, but I think current master will be the same (no changes in the function) M(n)WE: assert!(WideBoolF32x4::splat(true).all()); I think this happens because `true` converts to `Nan` and...

Hello! I know the setup is somewhat... bizarre, but still posting here in case someone knows! :) - Host: Windows 11 - VirtualBox 7.16 - Guest: Rocky Linux 9 5.14.0-503.40.1.el9_5.x86_64...

# How to reproduce 1. Obtain `simba 0.9.0` source code 2. Install `caro-audit` 3. Run `cargo audit -Dwarnings` in the crate's root Result: ``` Crate: paste Version: 1.0.15 Warning: unmaintained...

Until now they were not implemented, even though they are in rust nightly's `core::simd`. Besides creating an arbitrary limitation, this practically makes it more complicated & ugly to have lane-count...

Could the `Wide*` types (`WideF32x4`, `WideBoolF32x4`, etc...) implement the [`Deref` trait](https://doc.rust-lang.org/std/ops/trait.Deref.html)? That way the types would support [deref coercion](https://doc.rust-lang.org/std/ops/trait.Deref.html#deref-coercion) to their inner `wide` type and usage in a lot of...

Often it would be convenient to be able to cast the entire SIMD value to an array reference instead of extracting lanes one by one, in a generic code over...

The docs for the function state "The smallest finite positive value representable using this type.", but f32::MIN & f64::MIN are both the smallest values representable(and are thus negative). The f32::MIN_POSITIVE...

* Update to `actions/checkout` v4 from v2. * Switch to `dtolnay/rust-toolchain`. The old `actions-rs` actions haven't been maintained in years. * Stop using `xargo` for `no_std` builds and use `cargo`...

the `wide` crate had some breaking changes and updated to 0.8 [changelog](https://github.com/Lokathor/wide/blob/main/changelog.md#080), and so i'm putting in this update for you, since you're my biggest dependent on crates.io. of course,...

The link pointing to https://www.rustsim.org/blog/2020/03/23/simd-aosoa-in-nalgebra/ is broken in https://github.com/dimforge/simba/blob/master/src/lib.rs#L9