From c32b1c52256ec7a52db7e371cbc97d301e3af533 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 06:31:39 +0000 Subject: [PATCH 1/2] Initial plan From 93208888358d05203d172313a25fcf1528cf477c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 06:36:29 +0000 Subject: [PATCH 2/2] Fix typo: change 'being' to 'begin' in Vector.Create index parameter documentation Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> --- xml/System.Runtime.Intrinsics/Vector128.xml | 2 +- xml/System.Runtime.Intrinsics/Vector256.xml | 2 +- xml/System.Runtime.Intrinsics/Vector512.xml | 2 +- xml/System.Runtime.Intrinsics/Vector64.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Runtime.Intrinsics/Vector128.xml b/xml/System.Runtime.Intrinsics/Vector128.xml index cf11168a80d..cf7f4359712 100644 --- a/xml/System.Runtime.Intrinsics/Vector128.xml +++ b/xml/System.Runtime.Intrinsics/Vector128.xml @@ -4514,7 +4514,7 @@ On x86, this method corresponds to __m128i _mm_setr_epi8 The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new with its elements set to the first elements from . To be added. diff --git a/xml/System.Runtime.Intrinsics/Vector256.xml b/xml/System.Runtime.Intrinsics/Vector256.xml index ca113f3e16a..769d512b0e5 100644 --- a/xml/System.Runtime.Intrinsics/Vector256.xml +++ b/xml/System.Runtime.Intrinsics/Vector256.xml @@ -4362,7 +4362,7 @@ On x86, this method corresponds to __m256i _mm256_setr_epi8 The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new with its elements set to the first elements from . To be added. diff --git a/xml/System.Runtime.Intrinsics/Vector512.xml b/xml/System.Runtime.Intrinsics/Vector512.xml index bf25814459f..1877ae6007e 100644 --- a/xml/System.Runtime.Intrinsics/Vector512.xml +++ b/xml/System.Runtime.Intrinsics/Vector512.xml @@ -4073,7 +4073,7 @@ The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new vector with its elements set to the first elements from . To be added. diff --git a/xml/System.Runtime.Intrinsics/Vector64.xml b/xml/System.Runtime.Intrinsics/Vector64.xml index 063f5e415e6..70a17b8b23a 100644 --- a/xml/System.Runtime.Intrinsics/Vector64.xml +++ b/xml/System.Runtime.Intrinsics/Vector64.xml @@ -3287,7 +3287,7 @@ On x86, this method corresponds to __m64 _mm_setr_pi8 The type of the elements in the vector. The array from which the vector is created. - The index in at which to being reading elements. + The index in at which to begin reading elements. Creates a new from a given array. A new with its elements set to the first elements from . To be added.