Skip to content

Commit 596b0a4

Browse files
authored
Updates to empty namespace docs (#5055)
1 parent 4610b30 commit 596b0a4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Runtime.Intrinsics.Arm">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Exposes select instruction-set extensions for ARM systems. These instruction sets are expressed as separate classes for each extension. Support for any extension within the current environment can be determined by querying the <see langword="IsSupported" /> property on the respective type.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Runtime.Intrinsics.X86">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Exposes select instruction-set extensions for x86 and x64 systems. These instruction sets are expressed as separate classes for each extension. Support for any extension within the current environment can be determined by querying the <see langword="IsSupported" /> property on the respective type.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

xml/ns-System.Runtime.Intrinsics.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<Namespace Name="System.Runtime.Intrinsics">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Contains types used to create and convey register states in various sizes and formats for use with instruction-set extensions.
4+
5+
For the instructions to manipulate these registers, see <see cref="N:System.Runtime.Intrinsics.X86" /> and <see cref="N:System.Runtime.Intrinsics.Arm" />.
6+
</summary>
47
<remarks>To be added.</remarks>
8+
<altmember cref="N:System.Runtime.Intrinsics.X86" />
9+
<altmember cref="N:System.Runtime.Intrinsics.Arm" />
510
</Docs>
611
</Namespace>

0 commit comments

Comments
 (0)