Skip to content

Commit 0751f0e

Browse files
TDeckingAmanieu
authored andcommitted
Parenthesis
1 parent 51dc256 commit 0751f0e

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/fma.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ pub unsafe fn _mm_fnmadd_ss(a: __m128, b: __m128, c: __m128) -> __m128 {
377377
simd_insert!(
378378
a,
379379
0,
380-
fmaf32(_mm_cvtss_f32(a, -_mm_cvtss_f32(b), _mm_cvtss_f32(c))
380+
fmaf32(_mm_cvtss_f32(a), -_mm_cvtss_f32(b), _mm_cvtss_f32(c))
381381
)
382382
}
383383

0 commit comments

Comments
 (0)