File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
xml/System.Runtime.Intrinsics Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- <Type Name =" Vector128" FullName =" System.Runtime.Intrinsics.Vector128" >
1
+ <Type Name =" Vector128" FullName =" System.Runtime.Intrinsics.Vector128" >
2
2
<TypeSignature Language =" C#" Value =" public static class Vector128" />
3
3
<TypeSignature Language =" ILAsm" Value =" .class public auto ansi abstract sealed beforefieldinit Vector128 extends System.Object" />
4
4
<TypeSignature Language =" DocId" Value =" T:System.Runtime.Intrinsics.Vector128" />
515
515
<returns >
516
516
<paramref name =" value" /> reinterpreted as a new <see cref =" T:System.Numerics.Vector`1" />.</returns >
517
517
<remarks >To be added.</remarks >
518
+ <exception cref =" T:System.NotSupportedException" >The type of <paramref name =" value" /> (<typeparamref name =" T" />) is not supported.</exception >
518
519
</Docs >
519
520
</Member >
520
521
<Member MemberName =" AsVector128" >
629
630
<returns >
630
631
<paramref name =" value" /> reinterpreted as a new <see cref =" T:System.Runtime.Intrinsics.Vector128`1" />.</returns >
631
632
<remarks >To be added.</remarks >
633
+ <exception cref =" T:System.NotSupportedException" >The type of <paramref name =" value" /> (<typeparamref name =" T" />) is not supported.</exception >
632
634
</Docs >
633
635
</Member >
634
636
<Member MemberName =" AsVector2" >
Original file line number Diff line number Diff line change 1
- <Type Name =" Vector128< T> " FullName =" System.Runtime.Intrinsics.Vector128< T> " >
1
+ <Type Name =" Vector128< T> " FullName =" System.Runtime.Intrinsics.Vector128< T> " >
2
2
<TypeSignature Language =" C#" Value =" public struct Vector128< T> : IEquatable< System.Runtime.Intrinsics.Vector128< T>> where T : struct" />
3
3
<TypeSignature Language =" ILAsm" Value =" .class public sequential ansi sealed beforefieldinit Vector128`1< struct .ctor (class System.ValueType) T> extends System.ValueType implements class System.IEquatable`1< valuetype System.Runtime.Intrinsics.Vector128`1< !T>> " />
4
4
<TypeSignature Language =" DocId" Value =" T:System.Runtime.Intrinsics.Vector128`1" />
63
63
<summary >Gets a new <see cref =" T:System.Runtime.Intrinsics.Vector128`1" /> with all bits set to 1.</summary >
64
64
<value >To be added.</value >
65
65
<remarks >To be added.</remarks >
66
+ <exception cref =" T:System.NotSupportedException" >The type of the current instance (<typeparamref name =" T" />) is not supported.</exception >
66
67
</Docs >
67
68
</Member >
68
69
<Member MemberName =" Count" >
Original file line number Diff line number Diff line change 1
- <Type Name =" Vector256" FullName =" System.Runtime.Intrinsics.Vector256" >
1
+ <Type Name =" Vector256" FullName =" System.Runtime.Intrinsics.Vector256" >
2
2
<TypeSignature Language =" C#" Value =" public static class Vector256" />
3
3
<TypeSignature Language =" ILAsm" Value =" .class public auto ansi abstract sealed beforefieldinit Vector256 extends System.Object" />
4
4
<TypeSignature Language =" DocId" Value =" T:System.Runtime.Intrinsics.Vector256" />
515
515
<returns >
516
516
<paramref name =" value" /> reinterpreted as a new <see cref =" T:System.Numerics.Vector`1" />.</returns >
517
517
<remarks >To be added.</remarks >
518
+ <exception cref =" T:System.NotSupportedException" >The type of <paramref name =" value" /> (<typeparamref name =" T" />) is not supported.</exception >
518
519
</Docs >
519
520
</Member >
520
521
<Member MemberName =" AsVector256< T> " >
551
552
<returns >
552
553
<paramref name =" value" /> reinterpreted as a new <see cref =" T:System.Runtime.Intrinsics.Vector256`1" />.</returns >
553
554
<remarks >To be added.</remarks >
555
+ <exception cref =" T:System.NotSupportedException" >The type of <paramref name =" value" /> (<typeparamref name =" T" />) is not supported.</exception >
554
556
</Docs >
555
557
</Member >
556
558
<Member MemberName =" Create" >
Original file line number Diff line number Diff line change 1
- <Type Name =" Vector256< T> " FullName =" System.Runtime.Intrinsics.Vector256< T> " >
1
+ <Type Name =" Vector256< T> " FullName =" System.Runtime.Intrinsics.Vector256< T> " >
2
2
<TypeSignature Language =" C#" Value =" public struct Vector256< T> : IEquatable< System.Runtime.Intrinsics.Vector256< T>> where T : struct" />
3
3
<TypeSignature Language =" ILAsm" Value =" .class public sequential ansi sealed beforefieldinit Vector256`1< struct .ctor (class System.ValueType) T> extends System.ValueType implements class System.IEquatable`1< valuetype System.Runtime.Intrinsics.Vector256`1< !T>> " />
4
4
<TypeSignature Language =" DocId" Value =" T:System.Runtime.Intrinsics.Vector256`1" />
63
63
<summary >Gets a new <see cref =" T:System.Runtime.Intrinsics.Vector256`1" /> with all bits set to 1.</summary >
64
64
<value >To be added.</value >
65
65
<remarks >To be added.</remarks >
66
+ <exception cref =" T:System.NotSupportedException" >The type of the current instance (<typeparamref name =" T" />) is not supported.</exception >
66
67
</Docs >
67
68
</Member >
68
69
<Member MemberName =" Count" >
Original file line number Diff line number Diff line change 1
- <Type Name =" Vector64< T> " FullName =" System.Runtime.Intrinsics.Vector64< T> " >
1
+ <Type Name =" Vector64< T> " FullName =" System.Runtime.Intrinsics.Vector64< T> " >
2
2
<TypeSignature Language =" C#" Value =" public struct Vector64< T> : IEquatable< System.Runtime.Intrinsics.Vector64< T>> where T : struct" />
3
3
<TypeSignature Language =" ILAsm" Value =" .class public sequential ansi sealed beforefieldinit Vector64`1< struct .ctor (class System.ValueType) T> extends System.ValueType implements class System.IEquatable`1< valuetype System.Runtime.Intrinsics.Vector64`1< !T>> " />
4
4
<TypeSignature Language =" DocId" Value =" T:System.Runtime.Intrinsics.Vector64`1" />
63
63
<summary >Gets a new <see cref =" T:System.Runtime.Intrinsics.Vector64`1" /> with all bits set to 1.</summary >
64
64
<value >To be added.</value >
65
65
<remarks >To be added.</remarks >
66
+ <exception cref =" T:System.NotSupportedException" >The type of the current instance (<typeparamref name =" T" />) is not supported.</exception >
66
67
</Docs >
67
68
</Member >
68
69
<Member MemberName =" Count" >
You can’t perform that action at this time.
0 commit comments