rust/compiler/rustc_const_eval
Guillaume Gomez c8625a5543
Rollup merge of #147520 - sayantn:simd-const-eval, r=RalfJung
Port the remaining SIMD intrinsics to const-eval

successor to rust-lang/rust#146568, this refactors some implementations and ports the implementation of `simd_fma` and `simd_relaxed_fma`to `rustc_const_eval`

Also adds some remaining f16/f128 support in these intrinsics

r? `@RalfJung`
2025-11-03 17:20:32 +01:00
..