Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Runtime.Intrinsics/Vector128.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4514,7 +4514,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
<Docs>
<typeparam name="T">The type of the elements in the vector.</typeparam>
<param name="values">The array from which the vector is created.</param>
<param name="index">The index in <paramref name="values" /> at which to being reading elements.</param>
<param name="index">The index in <paramref name="values" /> at which to begin reading elements.</param>
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector128`1" /> from a given array.</summary>
<returns>A new <see cref="T:System.Runtime.Intrinsics.Vector128`1" /> with its elements set to the first <see cref="P:System.Runtime.Intrinsics.Vector128`1.Count" /> elements from <paramref name="values" />.</returns>
<remarks>To be added.</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Runtime.Intrinsics/Vector256.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4362,7 +4362,7 @@ On x86, this method corresponds to __m256i _mm256_setr_epi8
<Docs>
<typeparam name="T">The type of the elements in the vector.</typeparam>
<param name="values">The array from which the vector is created.</param>
<param name="index">The index in <paramref name="values" /> at which to being reading elements.</param>
<param name="index">The index in <paramref name="values" /> at which to begin reading elements.</param>
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector256`1" /> from a given array.</summary>
<returns>A new <see cref="T:System.Runtime.Intrinsics.Vector256`1" /> with its elements set to the first <see cref="P:System.Runtime.Intrinsics.Vector128`1.Count" /> elements from <paramref name="values" />.</returns>
<remarks>To be added.</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Runtime.Intrinsics/Vector512.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4073,7 +4073,7 @@
<Docs>
<typeparam name="T">The type of the elements in the vector.</typeparam>
<param name="values">The array from which the vector is created.</param>
<param name="index">The index in <paramref name="values" /> at which to being reading elements.</param>
<param name="index">The index in <paramref name="values" /> at which to begin reading elements.</param>
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector512`1" /> from a given array.</summary>
<returns>A new vector with its elements set to the first <see cref="P:System.Runtime.Intrinsics.Vector256`1.Count" /> elements from <paramref name="values" />.</returns>
<remarks>To be added.</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Runtime.Intrinsics/Vector64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3287,7 +3287,7 @@ On x86, this method corresponds to __m64 _mm_setr_pi8
<Docs>
<typeparam name="T">The type of the elements in the vector.</typeparam>
<param name="values">The array from which the vector is created.</param>
<param name="index">The index in <paramref name="values" /> at which to being reading elements.</param>
<param name="index">The index in <paramref name="values" /> at which to begin reading elements.</param>
<summary>Creates a new <see cref="T:System.Runtime.Intrinsics.Vector64`1" /> from a given array.</summary>
<returns>A new <see cref="T:System.Runtime.Intrinsics.Vector64`1" /> with its elements set to the first <see cref="P:System.Runtime.Intrinsics.Vector128`1.Count" /> elements from <paramref name="values" />.</returns>
<remarks>To be added.</remarks>
Expand Down