Skip to content

Commit 36bf5ed

Browse files
committed
Add summary documentation for Vector*
1 parent d3c67c3 commit 36bf5ed

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

xml/System.Runtime.Intrinsics/Vector128.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Base>
1919
<Interfaces />
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic 128-bit vectors.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>

xml/System.Runtime.Intrinsics/Vector128`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</Attribute>
3838
</Attributes>
3939
<Docs>
40-
<typeparam name="T">To be added.</typeparam>
41-
<summary>To be added.</summary>
40+
<typeparam name="T">The vector type. <c>T</c> can be any primitive numeric type.</typeparam>
41+
<summary>Represents a 128-bit vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.</summary>
4242
<remarks>To be added.</remarks>
4343
</Docs>
4444
<Members>

xml/System.Runtime.Intrinsics/Vector256.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Base>
1919
<Interfaces />
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic 256-bit vectors.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>

xml/System.Runtime.Intrinsics/Vector256`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</Attribute>
3838
</Attributes>
3939
<Docs>
40-
<typeparam name="T">To be added.</typeparam>
41-
<summary>To be added.</summary>
40+
<typeparam name="T">The vector type. <c>T</c> can be any primitive numeric type.</typeparam>
41+
<summary>Represents a 256-bit vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.</summary>
4242
<remarks>To be added.</remarks>
4343
</Docs>
4444
<Members>

xml/System.Runtime.Intrinsics/Vector64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Base>
1919
<Interfaces />
2020
<Docs>
21-
<summary>To be added.</summary>
21+
<summary>Provides a collection of static convenience methods for creating, manipulating, combining, and converting generic 64-bit vectors.</summary>
2222
<remarks>To be added.</remarks>
2323
</Docs>
2424
<Members>

xml/System.Runtime.Intrinsics/Vector64`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
</Attribute>
3838
</Attributes>
3939
<Docs>
40-
<typeparam name="T">To be added.</typeparam>
41-
<summary>To be added.</summary>
40+
<typeparam name="T">The vector type. <c>T</c> can be any primitive numeric type.</typeparam>
41+
<summary>Represents a 64-bit vector of a specified numeric type that is suitable for low-level optimization of parallel algorithms.</summary>
4242
<remarks>To be added.</remarks>
4343
</Docs>
4444
<Members>

0 commit comments

Comments
 (0)