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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2836,9 +2836,9 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
2836
2836
<Docs>
2837
2837
<typeparamname="T">The type of the input vector.</typeparam>
2838
2838
<paramname="vector">The vector to get the lower 64-bits from.</param>
2839
-
<paramname="value">The value of the upper 64-bits as a <seecref="T:System.Runtime.Intrinsics.Vector64`1" />.</param>
2840
-
<summary>Creates a new <seecref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the upper 64-bits set to the same value as that in the given vector.</summary>
2841
-
<returns>A new <seecref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the upper 64-bits set to the same value as that in <paramrefname="vector" />.</returns>
2839
+
<paramname="value">The upper 64-bits.</param>
2840
+
<summary>Creates a new <seecref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the lower 64-bits set to the same value as that in the given vector.</summary>
2841
+
<returns>A new <seecref="T:System.Runtime.Intrinsics.Vector128`1" /> with the upper 64-bits set to the specified value and the lower 64-bits set to those in <paramrefname="vector" />.</returns>
2842
2842
<remarks>To be added.</remarks>
2843
2843
<exceptioncref="T:System.NotSupportedException">The type of <paramrefname="vector" /> (<typeparamrefname="T" />) is not supported.</exception>
0 commit comments