Skip to content

Commit d6bf793

Browse files
committed
Add simd_relaxed_fma intrinsic
1 parent fcbc3d9 commit d6bf793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/intrinsic/simd.rs

+1
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ pub fn generic_simd_intrinsic<'a, 'gcc, 'tcx>(
772772
sym::simd_flog => "log",
773773
sym::simd_floor => "floor",
774774
sym::simd_fma => "fma",
775+
sym::simd_relaxed_fma => "fma", // FIXME: this should relax to non-fused multiply-add when necessary
775776
sym::simd_fpowi => "__builtin_powi",
776777
sym::simd_fpow => "pow",
777778
sym::simd_fsin => "sin",

0 commit comments

Comments
 (0)