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
293 stars 29 forks source link

🗃️ Add support for `rkyv` to `wide` SIMD wrapper types #43

Closed Jasper-Bekkers closed 1 year ago

Jasper-Bekkers commented 1 year ago

This adds rkyv support to the wide SIMD wrappers that exist in this lib;

Helps to address https://github.com/dimforge/parry/issues/122

lqd commented 1 year ago

(I am not a reviewer in this repository: just a user, randomly passing by and looking at the PR :)

Jasper-Bekkers commented 1 year ago

@sebcrozet Could you take a look?

sebcrozet commented 1 year ago

Thanks @Jasper-Bekkers for this PR and @lqd for taking a look!