simba icon indicating copy to clipboard operation
simba copied to clipboard

Add portable_simd support

Open farnoy opened this issue 2 years ago • 0 comments

Fixes #33

Does not have acceleration for trigonometric functions due to https://github.com/rust-lang/portable-simd/issues/6

Follows the packed_simd implementation closely, but masks are called mask<$elt>x<$lanes> not m<$elt>x<$lanes>

Has a few more things than packed_simd like native recip, floor, ceil, trunc, but crucially it's missing trigonometry accelration.

farnoy avatar Jun 16 '23 10:06 farnoy