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

Add wrapper for f64 Wide types. #36

Closed sebcrozet closed 2 years ago

sebcrozet commented 2 years ago

This adds the WideBoolF64x4 and WideF64x4 types for 4-lanes simd bools and reals based on the wide crate.