Skip to content

Commit 65e7761

Browse files
Update src/ImageSharp/Common/Helpers/SimdUtils.HwIntrinsics.cs
Co-authored-by: Günther Foidl <[email protected]>
1 parent 210a3d6 commit 65e7761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Common/Helpers/SimdUtils.HwIntrinsics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public static Vector128<float> MultiplyAdd(
580580
return AdvSimd.Add(AdvSimd.Multiply(vm0, vm1), va);
581581
}
582582

583-
return Avx.Add(Avx.Multiply(vm0, vm1), va);
583+
return Sse.Add(Sse.Multiply(vm0, vm1), va);
584584
}
585585

586586
/// <summary>

0 commit comments

Comments
 (0)