simba icon indicating copy to clipboard operation
simba copied to clipboard

Migrate from packed_simd to stdlib simd (aka portable simd)

Open SUPERCILEX opened this issue 3 years ago • 1 comments
trafficstars

Packed simd stopped compiling a few days ago: https://github.com/rust-lang/packed_simd/issues/343. It should be replaced with portable simd: https://doc.rust-lang.org/std/simd/index.html

SUPERCILEX avatar May 27 '22 22:05 SUPERCILEX

This issue is preventing rapier from working with cg_clif when simd-unstable is enabled: https://github.com/bjorn3/rustc_codegen_cranelift/issues/1361

bjorn3 avatar Mar 07 '23 08:03 bjorn3

packed_simd stopped compiling because the platform_intrinsics feature has been removed. Maybe this makes the earlier request for replacement with portable simd relevant again.

See the issue at the packed_simd repository: https://github.com/rust-lang/packed_simd/issues/360

davemollen avatar Mar 26 '24 21:03 davemollen

And https://github.com/rust-lang/portable-simd

ProfFan avatar May 04 '24 20:05 ProfFan