You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src\Microsoft.ML.CpuMath\SseIntrinsics.cs, Use FusedMultiplyAdd to replace srcVector = Sse.Multiply(srcVector, scaleVector); in AddScaleU. It would be part of any AVX related code-work.
The text was updated successfully, but these errors were encountered:
briancylui
changed the title
Use FusedMultiplyAdd in hardware intrinsics APIs
CpuMath Enhancement: Use FusedMultiplyAdd in hardware intrinsics APIs
Sep 6, 2018
Style changes needed to solve part of #823
Details
src\Microsoft.ML.CpuMath\SseIntrinsics.cs
, UseFusedMultiplyAdd
to replacesrcVector = Sse.Multiply(srcVector, scaleVector);
inAddScaleU
. It would be part of any AVX related code-work.The text was updated successfully, but these errors were encountered: