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/Vector256.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2753,7 +2753,7 @@ On x86, this method corresponds to __m256i _mm256_setr_epi8
2753
2753
<typeparamname="T">The type of the input vector.</typeparam>
2754
2754
<paramname="vector">The vector to get the lower 128-bits from.</param>
2755
2755
<paramname="value">The value of the upper 128-bits as a <seecref="T:System.Runtime.Intrinsics.Vector128`1" />.</param>
2756
-
<summary>Creates a new <seecref="T:System.Runtime.Intrinsics.Vector256`1" /> with the upper 128-bits set to the specified value and the upper 128-bits set to the same value as that in the given vector.</summary>
2756
+
<summary>Creates a new <seecref="T:System.Runtime.Intrinsics.Vector256`1" /> with the upper 128-bits set to the specified value and the lower 128-bits set to the same value as that in the given vector.</summary>
2757
2757
<returns>A new <seecref="T:System.Runtime.Intrinsics.Vector256`1" /> with the upper 128-bits set to the specified value and the upper 128-bits set to the same value as that in <paramrefname="vector" />.</returns>
2758
2758
<remarks>To be added.</remarks>
2759
2759
<exceptioncref="T:System.NotSupportedException">The type of <paramrefname="vector" /> (<typeparamrefname="T" />) is not supported.</exception>
0 commit comments