Skip to content

Commit 3e35e97

Browse files
carlossanlopmairaw
authored andcommitted
Intrinsics: Enclose instructions with param, move comments to remarks. (#3125)
1 parent e4ae8e2 commit 3e35e97

19 files changed

+718
-1487
lines changed

xml/System.Runtime.Intrinsics.X86/Aes.xml

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
</Attribute>
2020
</Attributes>
2121
<Docs>
22-
<summary>
23-
This class provides access to Intel AES hardware instructions via intrinsics
24-
</summary>
22+
<summary>This class provides access to Intel AES hardware instructions via intrinsics.</summary>
2523
<remarks>To be added.</remarks>
2624
</Docs>
2725
<Members>
@@ -47,10 +45,7 @@
4745
<Docs>
4846
<param name="value">To be added.</param>
4947
<param name="roundKey">To be added.</param>
50-
<summary>
51-
__m128i _mm_aesdec_si128 (__m128i a, __m128i RoundKey)
52-
AESDEC xmm, xmm/m128
53-
</summary>
48+
<summary><para>__m128i _mm_aesdec_si128 (__m128i a, __m128i RoundKey)</para><para>AESDEC xmm, xmm/m128</para></summary>
5449
<returns>To be added.</returns>
5550
<remarks>To be added.</remarks>
5651
</Docs>
@@ -77,10 +72,7 @@
7772
<Docs>
7873
<param name="value">To be added.</param>
7974
<param name="roundKey">To be added.</param>
80-
<summary>
81-
__m128i _mm_aesdeclast_si128 (__m128i a, __m128i RoundKey)
82-
AESDECLAST xmm, xmm/m128
83-
</summary>
75+
<summary><para>__m128i _mm_aesdeclast_si128 (__m128i a, __m128i RoundKey)</para><para>AESDECLAST xmm, xmm/m128</para></summary>
8476
<returns>To be added.</returns>
8577
<remarks>To be added.</remarks>
8678
</Docs>
@@ -107,10 +99,7 @@
10799
<Docs>
108100
<param name="value">To be added.</param>
109101
<param name="roundKey">To be added.</param>
110-
<summary>
111-
__m128i _mm_aesenc_si128 (__m128i a, __m128i RoundKey)
112-
AESENC xmm, xmm/m128
113-
</summary>
102+
<summary><para>__m128i _mm_aesenc_si128 (__m128i a, __m128i RoundKey)</para><para>AESENC xmm, xmm/m128</para></summary>
114103
<returns>To be added.</returns>
115104
<remarks>To be added.</remarks>
116105
</Docs>
@@ -137,10 +126,7 @@
137126
<Docs>
138127
<param name="value">To be added.</param>
139128
<param name="roundKey">To be added.</param>
140-
<summary>
141-
__m128i _mm_aesenclast_si128 (__m128i a, __m128i RoundKey)
142-
AESENCLAST xmm, xmm/m128
143-
</summary>
129+
<summary><para>__m128i _mm_aesenclast_si128 (__m128i a, __m128i RoundKey)</para><para>AESENCLAST xmm, xmm/m128</para></summary>
144130
<returns>To be added.</returns>
145131
<remarks>To be added.</remarks>
146132
</Docs>
@@ -165,10 +151,7 @@
165151
</Parameters>
166152
<Docs>
167153
<param name="value">To be added.</param>
168-
<summary>
169-
__m128i _mm_aesimc_si128 (__m128i a)
170-
AESIMC xmm, xmm/m128
171-
</summary>
154+
<summary><para>__m128i _mm_aesimc_si128 (__m128i a)</para><para>AESIMC xmm, xmm/m128</para></summary>
172155
<returns>To be added.</returns>
173156
<remarks>To be added.</remarks>
174157
</Docs>
@@ -216,10 +199,7 @@
216199
<Docs>
217200
<param name="value">To be added.</param>
218201
<param name="control">To be added.</param>
219-
<summary>
220-
__m128i _mm_aeskeygenassist_si128 (__m128i a, const int imm8)
221-
AESKEYGENASSIST xmm, xmm/m128, imm8
222-
</summary>
202+
<summary><para>__m128i _mm_aeskeygenassist_si128 (__m128i a, const int imm8)</para><para>AESKEYGENASSIST xmm, xmm/m128, imm8</para></summary>
223203
<returns>To be added.</returns>
224204
<remarks>To be added.</remarks>
225205
</Docs>

0 commit comments

Comments
 (0)