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
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector128.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8258,7 +8258,7 @@ This method may bypass the cache on certain platforms.
8258
8258
<param name="right">The vector to compare with <paramref name="left" />.</param>
8259
8259
<summary>Computes the maximum of two vectors on a per-element basis.</summary>
8260
8260
<returns>A vector whose elements are the maximum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
8261
-
<remarks>For <see cref="T:System.Numerics.IFloatingPoint`1" /> this method matches the IEEE 754:2019 <c>maximum</c> function.This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
8261
+
<remarks>For <see cref="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>maximum</c> function.This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
8262
8262
<exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
8263
8263
</Docs>
8264
8264
</Member>
@@ -8530,7 +8530,7 @@ This method may bypass the cache on certain platforms.
8530
8530
<param name="right">The vector to compare with <paramref name="left" />.</param>
8531
8531
<summary>Computes the minimum of two vectors on a per-element basis.</summary>
8532
8532
<returns>A vector whose elements are the minimum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
8533
-
<remarks>For <see cref="T:System.Numerics.IFloatingPoint`1" /> this method matches the IEEE 754:2019 <c>minimum</c> function.This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
8533
+
<remarks>For <see cref="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>minimum</c> function.This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
8534
8534
<exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector256.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8117,7 +8117,7 @@ This method may bypass the cache on certain platforms.
8117
8117
<param name="right">The vector to compare with <paramref name="left" />.</param>
8118
8118
<summary>Computes the maximum of two vectors on a per-element basis.</summary>
8119
8119
<returns>A vector whose elements are the maximum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
8120
-
<remarks>To be added.</remarks>
8120
+
<remarks>For <see cref ="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>maximum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
8121
8121
<exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
@@ -8390,7 +8390,7 @@ This method may bypass the cache on certain platforms.
8390
8390
<param name="right">The vector to compare with <paramref name="left" />.</param>
8391
8391
<summary>Computes the minimum of two vectors on a per-element basis.</summary>
8392
8392
<returns>A vector whose elements are the minimum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
8393
-
<remarks>To be added.</remarks>
8393
+
<remarks>For <see cref ="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>minimum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
8394
8394
<exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector512.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
<param name="vector">The vector that will have its absolute value computed.</param>
62
62
<summary>Computes the absolute value of each element in a vector.</summary>
63
63
<returns>A vector whose elements are the absolute value of the elements in <paramref name="vector" />.</returns>
64
-
<remarks>To be added.</remarks>
64
+
<remarks>For <see cref ="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>maximum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
65
65
<exception cref="T:System.NotSupportedException">The type of <paramref name="vector" /> (<typeparamref name="T" />) is not supported.</exception>
66
66
</Docs>
67
67
</Member>
@@ -7801,7 +7801,7 @@
7801
7801
<param name="right">The vector to compare with <paramref name="left" />.</param>
7802
7802
<summary>Computes the minimum of two vectors on a per-element basis.</summary>
7803
7803
<returns>A vector whose elements are the minimum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
7804
-
<remarks>To be added.</remarks>
7804
+
<remarks>For <see cref ="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>minimum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
7805
7805
<exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
Copy file name to clipboardExpand all lines: xml/System.Runtime.Intrinsics/Vector64.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6901,7 +6901,7 @@ This method may bypass the cache on certain platforms.
6901
6901
<param name="right">The vector to compare with <paramref name="left" />.</param>
6902
6902
<summary>Computes the maximum of two vectors on a per-element basis.</summary>
6903
6903
<returns>A vector whose elements are the maximum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
6904
-
<remarks>To be added.</remarks>
6904
+
<remarks>For <see cref ="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>maximum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
6905
6905
<exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
@@ -7174,7 +7174,7 @@ This method may bypass the cache on certain platforms.
7174
7174
<param name="right">The vector to compare with <paramref name="left" />.</param>
7175
7175
<summary>Computes the minimum of two vectors on a per-element basis.</summary>
7176
7176
<returns>A vector whose elements are the minimum of the corresponding elements in <paramref name="left" /> and <paramref name="right" />.</returns>
7177
-
<remarks>To be added.</remarks>
7177
+
<remarks>For <see cref ="T:System.Numerics.IFloatingPoint`1" />, this method matches the IEEE 754:2019 <c>minimum</c> function. This requires NaN inputs to be propagated back to the caller and for <c>-0.0</c> to be treated as less than <c>+0.0</c>.</remarks>
7178
7178
<exception cref="T:System.NotSupportedException">The type of <paramref name="left" /> and <paramref name="right" /> (<typeparamref name="T" />) is not supported.</exception>
0 commit comments