Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee
Add simd_relaxed_fma intrinsic Adds compiler support for https://github.com/rust-lang/portable-simd/issues/387#issuecomment-2337169786 r? `@workingjubilee` cc `@RalfJung` is this kind of nondeterminism a problem for miri/opsem?
This commit is contained in:
commit
9709334061
7 changed files with 27 additions and 2 deletions
|
@ -1844,6 +1844,7 @@ symbols! {
|
|||
simd_reduce_mul_unordered,
|
||||
simd_reduce_or,
|
||||
simd_reduce_xor,
|
||||
simd_relaxed_fma,
|
||||
simd_rem,
|
||||
simd_round,
|
||||
simd_saturating_add,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue