diff --git a/xml/System.Runtime.Intrinsics/Vector128.xml b/xml/System.Runtime.Intrinsics/Vector128.xml
index 82005b46e94..451e806e5f7 100644
--- a/xml/System.Runtime.Intrinsics/Vector128.xml
+++ b/xml/System.Runtime.Intrinsics/Vector128.xml
@@ -1872,7 +1872,7 @@
- To be added.
+ The type of the elements in the vector.
The vector to restrict.
The minimum value.
The maximum value.
@@ -8258,7 +8258,7 @@ This method may bypass the cache on certain platforms.
The vector to compare with .
Computes the maximum of two vectors on a per-element basis.
A vector whose elements are the maximum of the corresponding elements in and .
- For this method matches the IEEE 754:2019 maximum function.This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
+ For , this method matches the IEEE 754:2019 maximum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of and () is not supported.
@@ -8530,7 +8530,7 @@ This method may bypass the cache on certain platforms.
The vector to compare with .
Computes the minimum of two vectors on a per-element basis.
A vector whose elements are the minimum of the corresponding elements in and .
- For this method matches the IEEE 754:2019 minimum function.This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
+ For , this method matches the IEEE 754:2019 minimum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of and () is not supported.
diff --git a/xml/System.Runtime.Intrinsics/Vector256.xml b/xml/System.Runtime.Intrinsics/Vector256.xml
index 37d15afd5d8..3b92040fa58 100644
--- a/xml/System.Runtime.Intrinsics/Vector256.xml
+++ b/xml/System.Runtime.Intrinsics/Vector256.xml
@@ -1533,14 +1533,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the elements in the vector.
+ The vector to restrict.
+ The minimum value.
+ The maximum value.
+ Restricts a vector between a minimum and a maximum value.
+ The restricted vector.
To be added.
-
+ The type of the elements in the vector () is not supported.
@@ -8117,7 +8117,7 @@ This method may bypass the cache on certain platforms.
The vector to compare with .
Computes the maximum of two vectors on a per-element basis.
A vector whose elements are the maximum of the corresponding elements in and .
- To be added.
+ For , this method matches the IEEE 754:2019 maximum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of and () is not supported.
@@ -8390,7 +8390,7 @@ This method may bypass the cache on certain platforms.
The vector to compare with .
Computes the minimum of two vectors on a per-element basis.
A vector whose elements are the minimum of the corresponding elements in and .
- To be added.
+ For , this method matches the IEEE 754:2019 minimum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of and () is not supported.
diff --git a/xml/System.Runtime.Intrinsics/Vector512.xml b/xml/System.Runtime.Intrinsics/Vector512.xml
index 9a883f0fc3f..0701de7df79 100644
--- a/xml/System.Runtime.Intrinsics/Vector512.xml
+++ b/xml/System.Runtime.Intrinsics/Vector512.xml
@@ -61,7 +61,7 @@
The vector that will have its absolute value computed.
Computes the absolute value of each element in a vector.
A vector whose elements are the absolute value of the elements in .
- To be added.
+ For , this method matches the IEEE 754:2019 maximum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of () is not supported.
@@ -1336,14 +1336,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the elements in the vector.
+ The vector to restrict.
+ The minimum value.
+ The maximum value.
+ Restricts a vector between a minimum and a maximum value.
+ The restricted vector.
To be added.
-
+ The type of the elements in the vector () is not supported.
@@ -7801,7 +7801,7 @@
The vector to compare with .
Computes the minimum of two vectors on a per-element basis.
A vector whose elements are the minimum of the corresponding elements in and .
- To be added.
+ For , this method matches the IEEE 754:2019 minimum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of and () is not supported.
diff --git a/xml/System.Runtime.Intrinsics/Vector64.xml b/xml/System.Runtime.Intrinsics/Vector64.xml
index b742e757931..97fd5eae3dc 100644
--- a/xml/System.Runtime.Intrinsics/Vector64.xml
+++ b/xml/System.Runtime.Intrinsics/Vector64.xml
@@ -1425,14 +1425,14 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The type of the elements in the vector.
+ The vector to restrict.
+ The minimum value.
+ The maximum value.
+ Restricts a vector between a minimum and a maximum value.
+ The restricted vector.
To be added.
-
+ The type of the elements in the vector () is not supported.
@@ -6901,7 +6901,7 @@ This method may bypass the cache on certain platforms.
The vector to compare with .
Computes the maximum of two vectors on a per-element basis.
A vector whose elements are the maximum of the corresponding elements in and .
- To be added.
+ For , this method matches the IEEE 754:2019 maximum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of and () is not supported.
@@ -7174,7 +7174,7 @@ This method may bypass the cache on certain platforms.
The vector to compare with .
Computes the minimum of two vectors on a per-element basis.
A vector whose elements are the minimum of the corresponding elements in and .
- To be added.
+ For , this method matches the IEEE 754:2019 minimum function. This requires NaN inputs to be propagated back to the caller and for -0.0 to be treated as less than +0.0.
The type of and () is not supported.