File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
System.Runtime.Intrinsics.X86
System.Runtime.Intrinsics Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
</Attribute >
21
21
</Attributes >
22
22
<Docs >
23
- <summary >This class provides access to X86 AVX512BW hardware instructions via intrinsics</summary >
23
+ <summary >Provides access to X86 AVX512BW hardware instructions via intrinsics. </summary >
24
24
<remarks >To be added.</remarks >
25
25
</Docs >
26
26
<Members >
Original file line number Diff line number Diff line change 20
20
</Attribute >
21
21
</Attributes >
22
22
<Docs >
23
- <summary >This class provides access to X86 AVX512CD hardware instructions via intrinsics</summary >
23
+ <summary >Provides access to X86 AVX512CD hardware instructions via intrinsics. </summary >
24
24
<remarks >To be added.</remarks >
25
25
</Docs >
26
26
<Members >
Original file line number Diff line number Diff line change 20
20
</Attribute >
21
21
</Attributes >
22
22
<Docs >
23
- <summary >This class provides access to X86 AVX512DQ hardware instructions via intrinsics</summary >
23
+ <summary >Provides access to X86 AVX512DQ hardware instructions via intrinsics. </summary >
24
24
<remarks >To be added.</remarks >
25
25
</Docs >
26
26
<Members >
Original file line number Diff line number Diff line change 20
20
</Attribute>
21
21
</Attributes>
22
22
<Docs>
23
- <summary>This class provides access to X86 AVX512F hardware instructions via intrinsics</summary>
23
+ <summary>Provides access to X86 AVX512F hardware instructions via intrinsics. </summary>
24
24
<remarks>To be added.</remarks>
25
25
</Docs>
26
26
<Members>
Original file line number Diff line number Diff line change 20
20
</Attribute >
21
21
</Attributes >
22
22
<Docs >
23
- <summary >This class provides access to X86 AVX512VBMI hardware instructions via intrinsics</summary >
23
+ <summary >Provides access to X86 AVX512VBMI hardware instructions via intrinsics. </summary >
24
24
<remarks >To be added.</remarks >
25
25
</Docs >
26
26
<Members >
Original file line number Diff line number Diff line change 454
454
<param name =" right" >The vector to compare with <paramref name =" left" />.</param >
455
455
<summary >Compares two vectors to determine if any elements are not equal.</summary >
456
456
<returns >
457
- <see langword =" true" /> if any elements in <paramref name =" left" /> was not equal to the corresponding element in <paramref name =" right" />.</returns >
457
+ <see langword =" true" /> if any element in <paramref name =" left" /> was not equal to the corresponding element in <paramref name =" right" />.</returns >
458
458
<remarks >To be added.</remarks >
459
459
<exception cref =" T:System.NotSupportedException" >The type of the vector (<typeparamref name =" T" />) is not supported.</exception >
460
460
</Docs >
You can’t perform that action at this time.
0 commit comments