rust/compiler/rustc_const_eval/src
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
..
check_consts fix rebase 2025-11-02 20:17:06 +00:00
const_eval Auto merge of #148040 - saethlin:trivial-consts, r=oli-obk 2025-10-27 11:02:41 +00:00
interpret Rollup merge of #147520 - sayantn:simd-const-eval, r=RalfJung 2025-11-03 17:20:32 +01:00
util Rollup merge of #147489 - chenyukang:yukang-prefer-repeat-n, r=Kivooeo,oli-obk 2025-10-09 18:43:26 +11:00
errors.rs fix panic with extra-const-ub-checks 2025-10-07 19:16:58 +02:00
lib.rs Apply cfg(bootstrap) replacement 2025-09-26 19:09:23 -04:00