Skip to content

Commit 9993f66

Browse files
committed
Respond to PR feedback
1 parent c745dbd commit 9993f66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

xml/System.Runtime.Intrinsics/Vector128.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6090,7 +6090,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
60906090
<returns>(<paramref name="left" /> * <paramref name="right" />) + <paramref name="addend" />, rounded as one ternary operation.</returns>
60916091
<remarks>
60926092
<para>This computes (<paramref name="left" /> * <paramref name="right" />) as if to infinite precision, adds <paramref name="addend" /> to that result as if to infinite precision, and finally rounds to the nearest representable value.</para>
6093-
<para>This differs from the non-fused sequence, would compute (<paramref name="left" /> * <paramref name="right" />) as if to infinite precision, round the result to the nearest representable value, add <paramref name="addend" /> to the rounded result as if to infinite precision, and finally round to the nearest representable value.</para>
6093+
<para>This differs from the non-fused sequence, which would compute (<paramref name="left" /> * <paramref name="right" />) as if to infinite precision, round the result to the nearest representable value, add <paramref name="addend" /> to the rounded result as if to infinite precision, and finally round to the nearest representable value.</para>
60946094
</remarks>
60956095
</Docs>
60966096
</Member>

xml/System.Runtime.Intrinsics/Vector512.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8899,6 +8899,10 @@
88998899
<Parameter Name="radians" Type="System.Runtime.Intrinsics.Vector512&lt;System.Double&gt;" Index="0" FrameworkAlternate="net-10.0;net-9.0" />
89008900
</Parameters>
89018901
<Docs>
8902+
<param name="radians">To be added.</param>
8903+
<summary>To be added.</summary>
8904+
<returns>To be added.</returns>
8905+
<remarks>To be added.</remarks>
89028906
<inheritdoc cref="M:System.Runtime.Intrinsics.Vector128.RadiansToDegrees(System.Runtime.Intrinsics.Vector128{System.Double})" />
89038907
</Docs>
89048908
</Member>

0 commit comments

Comments
 (0)