Skip to content

Commit 53dbf97

Browse files
committed
Resolve more PR feedback
1 parent c7cbfcd commit 53dbf97

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

xml/System.Runtime.Intrinsics/Vector128.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6160,8 +6160,8 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
61606160
<Parameters />
61616161
<Docs>
61626162
<typeparam name="T">The type of the elements in the vector.</typeparam>
6163-
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Epsilon" />.</summary>
6164-
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.Epsilon" />.</returns>
6163+
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.Epsilon" />.</summary>
6164+
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.Epsilon" />.</returns>
61656165
<remarks>To be added.</remarks>
61666166
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
61676167
</Docs>
@@ -6197,8 +6197,8 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
61976197
<Parameters />
61986198
<Docs>
61996199
<typeparam name="T">The type of the elements in the vector.</typeparam>
6200-
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NaN" />.</summary>
6201-
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NaN" />.</returns>
6200+
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NaN" />.</summary>
6201+
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NaN" />.</returns>
62026202
<remarks>To be added.</remarks>
62036203
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
62046204
</Docs>
@@ -6234,8 +6234,8 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
62346234
<Parameters />
62356235
<Docs>
62366236
<typeparam name="T">The type of the elements in the vector.</typeparam>
6237-
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeInfinity" />.</summary>
6238-
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeInfinity" />.</returns>
6237+
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NegativeInfinity" />.</summary>
6238+
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NegativeInfinity" />.</returns>
62396239
<remarks>To be added.</remarks>
62406240
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
62416241
</Docs>
@@ -6271,8 +6271,8 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
62716271
<Parameters />
62726272
<Docs>
62736273
<typeparam name="T">The type of the elements in the vector.</typeparam>
6274-
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeOne" />.</summary>
6275-
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeOne" />.</returns>
6274+
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.ISignedNumber`1.NegativeOne" />.</summary>
6275+
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.ISignedNumber`1.NegativeOne" />.</returns>
62766276
<remarks>To be added.</remarks>
62776277
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
62786278
</Docs>
@@ -6308,8 +6308,8 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
63086308
<Parameters />
63096309
<Docs>
63106310
<typeparam name="T">The type of the elements in the vector.</typeparam>
6311-
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeZero" />.</summary>
6312-
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.NegativeZero" />.</returns>
6311+
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NegativeZero" />.</summary>
6312+
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.NegativeZero" />.</returns>
63136313
<remarks>To be added.</remarks>
63146314
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
63156315
</Docs>
@@ -6382,8 +6382,8 @@ On x86, this method corresponds to __m128i _mm_setr_epi8
63826382
<Parameters />
63836383
<Docs>
63846384
<typeparam name="T">The type of the elements in the vector.</typeparam>
6385-
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.PositiveInfinity" />.</summary>
6386-
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointConstants`1.PositiveInfinity" />.</returns>
6385+
<summary>Gets a new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.PositiveInfinity" />.</summary>
6386+
<returns>A new vector with all elements initialized to <see cref="P:System.Numerics.IFloatingPointIeee754`1.PositiveInfinity" />.</returns>
63876387
<remarks>To be added.</remarks>
63886388
<exception cref="T:System.NotSupportedException">The type <typeparamref name="T" /> is not supported.</exception>
63896389
</Docs>
@@ -10051,7 +10051,7 @@ This method may bypass the cache on certain platforms.
1005110051
</Parameters>
1005210052
<Docs>
1005310053
<param name="vector">The vector to round.</param>
10054-
<summary>Rounds each element in a vector to the nearest integer using the default rounding mode (<see cref="MidpointRounding.ToEven" />).</summary>
10054+
<summary>Rounds each element in a vector to the nearest integer using the default rounding mode (<see cref="F:System.MidpointRounding.ToEven" />).</summary>
1005510055
<returns>The result of rounding each element in <paramref name="vector" /> to the nearest integer using the default rounding mode.</returns>
1005610056
<remarks>To be added.</remarks>
1005710057
</Docs>
@@ -10077,7 +10077,7 @@ This method may bypass the cache on certain platforms.
1007710077
</Parameters>
1007810078
<Docs>
1007910079
<param name="vector">The vector to round.</param>
10080-
<summary>Rounds each element in a vector to the nearest integer using the default rounding mode (<see cref="MidpointRounding.ToEven" />).</summary>
10080+
<summary>Rounds each element in a vector to the nearest integer using the default rounding mode (<see cref="F:System.MidpointRounding.ToEven" />).</summary>
1008110081
<returns>The result of rounding each element in <paramref name="vector" /> to the nearest integer using the default rounding mode.</returns>
1008210082
<remarks>To be added.</remarks>
1008310083
</Docs>

0 commit comments

Comments
 (0)