mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 23:37:14 +00:00
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`