dimforge / simba

Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
290 stars 29 forks source link

Update `packed_simd` version #49

Closed MrGunflame closed 1 year ago

MrGunflame commented 1 year ago

simba does not compile under the latest nightly (2023-08-11) due to https://github.com/rust-lang/packed_simd/issues/356. It also seems like packed_simd is now the upstream crate again.

stelzo commented 1 year ago

I keep running in crates having this problem and the fix is pretty easy. Parry with simd-nightly is currently not working because of this, so please merge @sebcrozet