@tsonic/dotnet 10.0.39 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.Intrinsics
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Numerics_Internal from "../../System.Numerics/internal/index.js";
|
|
@@ -28,7 +26,7 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
|
|
|
28
26
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
29
27
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
30
28
|
|
|
31
|
-
Equals(obj:
|
|
29
|
+
Equals(obj: JsValue | null): boolean;
|
|
32
30
|
Equals(other: Vector128_1<T>): boolean;
|
|
33
31
|
GetHashCode(): int;
|
|
34
32
|
ToString(): string;
|
|
@@ -37,12 +35,12 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
|
|
|
37
35
|
|
|
38
36
|
export const Vector128_1: {
|
|
39
37
|
new<T>(): Vector128_1<T>;
|
|
40
|
-
readonly AllBitsSet:
|
|
38
|
+
readonly AllBitsSet: <T>() => Vector128_1<T>;
|
|
41
39
|
readonly Count: int;
|
|
42
|
-
readonly Indices:
|
|
40
|
+
readonly Indices: <T>() => Vector128_1<T>;
|
|
43
41
|
readonly IsSupported: boolean;
|
|
44
|
-
readonly One:
|
|
45
|
-
readonly Zero:
|
|
42
|
+
readonly One: <T>() => Vector128_1<T>;
|
|
43
|
+
readonly Zero: <T>() => Vector128_1<T>;
|
|
46
44
|
};
|
|
47
45
|
|
|
48
46
|
|
|
@@ -70,7 +68,7 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
|
|
|
70
68
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
71
69
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
72
70
|
|
|
73
|
-
Equals(obj:
|
|
71
|
+
Equals(obj: JsValue | null): boolean;
|
|
74
72
|
Equals(other: Vector256_1<T>): boolean;
|
|
75
73
|
GetHashCode(): int;
|
|
76
74
|
ToString(): string;
|
|
@@ -79,12 +77,12 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
|
|
|
79
77
|
|
|
80
78
|
export const Vector256_1: {
|
|
81
79
|
new<T>(): Vector256_1<T>;
|
|
82
|
-
readonly AllBitsSet:
|
|
80
|
+
readonly AllBitsSet: <T>() => Vector256_1<T>;
|
|
83
81
|
readonly Count: int;
|
|
84
|
-
readonly Indices:
|
|
82
|
+
readonly Indices: <T>() => Vector256_1<T>;
|
|
85
83
|
readonly IsSupported: boolean;
|
|
86
|
-
readonly One:
|
|
87
|
-
readonly Zero:
|
|
84
|
+
readonly One: <T>() => Vector256_1<T>;
|
|
85
|
+
readonly Zero: <T>() => Vector256_1<T>;
|
|
88
86
|
};
|
|
89
87
|
|
|
90
88
|
|
|
@@ -112,7 +110,7 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
|
|
|
112
110
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
113
111
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
114
112
|
|
|
115
|
-
Equals(obj:
|
|
113
|
+
Equals(obj: JsValue | null): boolean;
|
|
116
114
|
Equals(other: Vector512_1<T>): boolean;
|
|
117
115
|
GetHashCode(): int;
|
|
118
116
|
ToString(): string;
|
|
@@ -121,12 +119,12 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
|
|
|
121
119
|
|
|
122
120
|
export const Vector512_1: {
|
|
123
121
|
new<T>(): Vector512_1<T>;
|
|
124
|
-
readonly AllBitsSet:
|
|
122
|
+
readonly AllBitsSet: <T>() => Vector512_1<T>;
|
|
125
123
|
readonly Count: int;
|
|
126
|
-
readonly Indices:
|
|
124
|
+
readonly Indices: <T>() => Vector512_1<T>;
|
|
127
125
|
readonly IsSupported: boolean;
|
|
128
|
-
readonly One:
|
|
129
|
-
readonly Zero:
|
|
126
|
+
readonly One: <T>() => Vector512_1<T>;
|
|
127
|
+
readonly Zero: <T>() => Vector512_1<T>;
|
|
130
128
|
};
|
|
131
129
|
|
|
132
130
|
|
|
@@ -154,7 +152,7 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
|
|
|
154
152
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
155
153
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
156
154
|
|
|
157
|
-
Equals(obj:
|
|
155
|
+
Equals(obj: JsValue | null): boolean;
|
|
158
156
|
Equals(other: Vector64_1<T>): boolean;
|
|
159
157
|
GetHashCode(): int;
|
|
160
158
|
ToString(): string;
|
|
@@ -163,12 +161,12 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
|
|
|
163
161
|
|
|
164
162
|
export const Vector64_1: {
|
|
165
163
|
new<T>(): Vector64_1<T>;
|
|
166
|
-
readonly AllBitsSet:
|
|
164
|
+
readonly AllBitsSet: <T>() => Vector64_1<T>;
|
|
167
165
|
readonly Count: int;
|
|
168
|
-
readonly Indices:
|
|
166
|
+
readonly Indices: <T>() => Vector64_1<T>;
|
|
169
167
|
readonly IsSupported: boolean;
|
|
170
|
-
readonly One:
|
|
171
|
-
readonly Zero:
|
|
168
|
+
readonly One: <T>() => Vector64_1<T>;
|
|
169
|
+
readonly Zero: <T>() => Vector64_1<T>;
|
|
172
170
|
};
|
|
173
171
|
|
|
174
172
|
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.Intrinsics.Arm
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { Vector_1 } from "../../System.Numerics/internal/index.js";
|
|
@@ -1834,7 +1832,7 @@ export const AdvSimd: {
|
|
|
1834
1832
|
|
|
1835
1833
|
export type AdvSimd = AdvSimd$instance;
|
|
1836
1834
|
|
|
1837
|
-
export interface AdvSimd_Arm64$instance {
|
|
1835
|
+
export interface AdvSimd_Arm64$instance extends ArmBase_Arm64 {
|
|
1838
1836
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_AdvSimd_Arm64: never;
|
|
1839
1837
|
|
|
1840
1838
|
}
|
|
@@ -2375,6 +2373,7 @@ export const AdvSimd_Arm64: {
|
|
|
2375
2373
|
ReciprocalStep(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
2376
2374
|
ReciprocalStepScalar(left: Vector64_1<System_Internal.Double>, right: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
2377
2375
|
ReciprocalStepScalar(left: Vector64_1<System_Internal.Single>, right: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
2376
|
+
ReverseElementBits(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
|
|
2378
2377
|
ReverseElementBits(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
|
|
2379
2378
|
ReverseElementBits(value: Vector64_1<System_Internal.Byte>): Vector64_1<System_Internal.Byte>;
|
|
2380
2379
|
ReverseElementBits(value: Vector64_1<System_Internal.SByte>): Vector64_1<System_Internal.SByte>;
|
|
@@ -2724,7 +2723,7 @@ export const Aes: {
|
|
|
2724
2723
|
|
|
2725
2724
|
export type Aes = Aes$instance;
|
|
2726
2725
|
|
|
2727
|
-
export interface Aes_Arm64$instance {
|
|
2726
|
+
export interface Aes_Arm64$instance extends ArmBase_Arm64 {
|
|
2728
2727
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Aes_Arm64: never;
|
|
2729
2728
|
|
|
2730
2729
|
}
|
|
@@ -2795,7 +2794,7 @@ export const Crc32: {
|
|
|
2795
2794
|
|
|
2796
2795
|
export type Crc32 = Crc32$instance;
|
|
2797
2796
|
|
|
2798
|
-
export interface Crc32_Arm64$instance {
|
|
2797
|
+
export interface Crc32_Arm64$instance extends ArmBase_Arm64 {
|
|
2799
2798
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Crc32_Arm64: never;
|
|
2800
2799
|
|
|
2801
2800
|
}
|
|
@@ -2835,7 +2834,7 @@ export const Dp: {
|
|
|
2835
2834
|
|
|
2836
2835
|
export type Dp = Dp$instance;
|
|
2837
2836
|
|
|
2838
|
-
export interface Dp_Arm64$instance {
|
|
2837
|
+
export interface Dp_Arm64$instance extends AdvSimd_Arm64 {
|
|
2839
2838
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Dp_Arm64: never;
|
|
2840
2839
|
|
|
2841
2840
|
}
|
|
@@ -2885,7 +2884,7 @@ export const Rdm: {
|
|
|
2885
2884
|
|
|
2886
2885
|
export type Rdm = Rdm$instance;
|
|
2887
2886
|
|
|
2888
|
-
export interface Rdm_Arm64$instance {
|
|
2887
|
+
export interface Rdm_Arm64$instance extends AdvSimd_Arm64 {
|
|
2889
2888
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Rdm_Arm64: never;
|
|
2890
2889
|
|
|
2891
2890
|
}
|
|
@@ -2929,7 +2928,7 @@ export const Sha1: {
|
|
|
2929
2928
|
|
|
2930
2929
|
export type Sha1 = Sha1$instance;
|
|
2931
2930
|
|
|
2932
|
-
export interface Sha1_Arm64$instance {
|
|
2931
|
+
export interface Sha1_Arm64$instance extends ArmBase_Arm64 {
|
|
2933
2932
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sha1_Arm64: never;
|
|
2934
2933
|
|
|
2935
2934
|
}
|
|
@@ -2959,7 +2958,7 @@ export const Sha256: {
|
|
|
2959
2958
|
|
|
2960
2959
|
export type Sha256 = Sha256$instance;
|
|
2961
2960
|
|
|
2962
|
-
export interface Sha256_Arm64$instance {
|
|
2961
|
+
export interface Sha256_Arm64$instance extends ArmBase_Arm64 {
|
|
2963
2962
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sha256_Arm64: never;
|
|
2964
2963
|
|
|
2965
2964
|
}
|
|
@@ -4470,7 +4469,7 @@ export const Sve: {
|
|
|
4470
4469
|
|
|
4471
4470
|
export type Sve = Sve$instance;
|
|
4472
4471
|
|
|
4473
|
-
export interface Sve_Arm64$instance {
|
|
4472
|
+
export interface Sve_Arm64$instance extends AdvSimd_Arm64 {
|
|
4474
4473
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sve_Arm64: never;
|
|
4475
4474
|
|
|
4476
4475
|
}
|
|
@@ -5141,7 +5140,7 @@ export const Sve2: {
|
|
|
5141
5140
|
|
|
5142
5141
|
export type Sve2 = Sve2$instance;
|
|
5143
5142
|
|
|
5144
|
-
export interface Sve2_Arm64$instance {
|
|
5143
|
+
export interface Sve2_Arm64$instance extends Sve_Arm64 {
|
|
5145
5144
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sve2_Arm64: never;
|
|
5146
5145
|
|
|
5147
5146
|
}
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.Intrinsics.Wasm
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { Vector128_1 } from "../../System.Runtime.Intrinsics/internal/index.js";
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.Intrinsics.X86
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { Vector128_1, Vector256_1, Vector512_1 } from "../../System.Runtime.Intrinsics/internal/index.js";
|
|
@@ -76,7 +74,7 @@ export const Aes: {
|
|
|
76
74
|
|
|
77
75
|
export type Aes = Aes$instance;
|
|
78
76
|
|
|
79
|
-
export interface Aes_X64$instance {
|
|
77
|
+
export interface Aes_X64$instance extends Sse2_X64 {
|
|
80
78
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Aes_X64: never;
|
|
81
79
|
|
|
82
80
|
}
|
|
@@ -344,7 +342,7 @@ export const Avx: {
|
|
|
344
342
|
|
|
345
343
|
export type Avx = Avx$instance;
|
|
346
344
|
|
|
347
|
-
export interface Avx_X64$instance {
|
|
345
|
+
export interface Avx_X64$instance extends Sse42_X64 {
|
|
348
346
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx_X64: never;
|
|
349
347
|
|
|
350
348
|
}
|
|
@@ -1055,7 +1053,7 @@ export const Avx10v1: {
|
|
|
1055
1053
|
|
|
1056
1054
|
export type Avx10v1 = Avx10v1$instance;
|
|
1057
1055
|
|
|
1058
|
-
export interface Avx10v1_V512$instance {
|
|
1056
|
+
export interface Avx10v1_V512$instance extends Avx512BW {
|
|
1059
1057
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx10v1_V512: never;
|
|
1060
1058
|
|
|
1061
1059
|
}
|
|
@@ -1158,7 +1156,7 @@ export const Avx10v1_V512: {
|
|
|
1158
1156
|
|
|
1159
1157
|
export type Avx10v1_V512 = Avx10v1_V512$instance;
|
|
1160
1158
|
|
|
1161
|
-
export interface Avx10v1_V512_X64$instance {
|
|
1159
|
+
export interface Avx10v1_V512_X64$instance extends Avx512BW_X64 {
|
|
1162
1160
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx10v1_V512_X64: never;
|
|
1163
1161
|
|
|
1164
1162
|
}
|
|
@@ -1171,7 +1169,7 @@ export const Avx10v1_V512_X64: {
|
|
|
1171
1169
|
|
|
1172
1170
|
export type Avx10v1_V512_X64 = Avx10v1_V512_X64$instance;
|
|
1173
1171
|
|
|
1174
|
-
export interface Avx10v1_X64$instance {
|
|
1172
|
+
export interface Avx10v1_X64$instance extends Avx2_X64 {
|
|
1175
1173
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx10v1_X64: never;
|
|
1176
1174
|
|
|
1177
1175
|
}
|
|
@@ -1231,7 +1229,7 @@ export const Avx10v2: {
|
|
|
1231
1229
|
|
|
1232
1230
|
export type Avx10v2 = Avx10v2$instance;
|
|
1233
1231
|
|
|
1234
|
-
export interface Avx10v2_V512$instance {
|
|
1232
|
+
export interface Avx10v2_V512$instance extends Avx10v1_V512 {
|
|
1235
1233
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx10v2_V512: never;
|
|
1236
1234
|
|
|
1237
1235
|
}
|
|
@@ -1253,7 +1251,7 @@ export const Avx10v2_V512: {
|
|
|
1253
1251
|
|
|
1254
1252
|
export type Avx10v2_V512 = Avx10v2_V512$instance;
|
|
1255
1253
|
|
|
1256
|
-
export interface Avx10v2_V512_X64$instance {
|
|
1254
|
+
export interface Avx10v2_V512_X64$instance extends Avx10v1_V512_X64 {
|
|
1257
1255
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx10v2_V512_X64: never;
|
|
1258
1256
|
|
|
1259
1257
|
}
|
|
@@ -1266,7 +1264,7 @@ export const Avx10v2_V512_X64: {
|
|
|
1266
1264
|
|
|
1267
1265
|
export type Avx10v2_V512_X64 = Avx10v2_V512_X64$instance;
|
|
1268
1266
|
|
|
1269
|
-
export interface Avx10v2_X64$instance {
|
|
1267
|
+
export interface Avx10v2_X64$instance extends Avx10v1_X64 {
|
|
1270
1268
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx10v2_X64: never;
|
|
1271
1269
|
|
|
1272
1270
|
}
|
|
@@ -1677,7 +1675,7 @@ export const Avx2: {
|
|
|
1677
1675
|
|
|
1678
1676
|
export type Avx2 = Avx2$instance;
|
|
1679
1677
|
|
|
1680
|
-
export interface Avx2_X64$instance {
|
|
1678
|
+
export interface Avx2_X64$instance extends Avx_X64 {
|
|
1681
1679
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx2_X64: never;
|
|
1682
1680
|
|
|
1683
1681
|
}
|
|
@@ -1844,7 +1842,7 @@ export const Avx512BW: {
|
|
|
1844
1842
|
|
|
1845
1843
|
export type Avx512BW = Avx512BW$instance;
|
|
1846
1844
|
|
|
1847
|
-
export interface Avx512BW_VL$instance {
|
|
1845
|
+
export interface Avx512BW_VL$instance extends Avx512F_VL {
|
|
1848
1846
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512BW_VL: never;
|
|
1849
1847
|
|
|
1850
1848
|
}
|
|
@@ -1920,6 +1918,7 @@ export const Avx512BW_VL: {
|
|
|
1920
1918
|
ConvertToVector128SByte(value: Vector256_1<System_Internal.UInt16>): Vector128_1<System_Internal.SByte>;
|
|
1921
1919
|
ConvertToVector128SByteWithSaturation(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.SByte>;
|
|
1922
1920
|
ConvertToVector128SByteWithSaturation(value: Vector256_1<System_Internal.Int16>): Vector128_1<System_Internal.SByte>;
|
|
1921
|
+
MaskLoad(address: ptr<byte>, mask: Vector128_1<System_Internal.Byte>, merge: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
|
|
1923
1922
|
MaskLoad(address: ptr<byte>, mask: Vector256_1<System_Internal.Byte>, merge: Vector256_1<System_Internal.Byte>): Vector256_1<System_Internal.Byte>;
|
|
1924
1923
|
MaskLoad(address: ptr<short>, mask: Vector128_1<System_Internal.Int16>, merge: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
|
|
1925
1924
|
MaskLoad(address: ptr<short>, mask: Vector256_1<System_Internal.Int16>, merge: Vector256_1<System_Internal.Int16>): Vector256_1<System_Internal.Int16>;
|
|
@@ -1927,6 +1926,7 @@ export const Avx512BW_VL: {
|
|
|
1927
1926
|
MaskLoad(address: ptr<sbyte>, mask: Vector256_1<System_Internal.SByte>, merge: Vector256_1<System_Internal.SByte>): Vector256_1<System_Internal.SByte>;
|
|
1928
1927
|
MaskLoad(address: ptr<ushort>, mask: Vector128_1<System_Internal.UInt16>, merge: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
|
|
1929
1928
|
MaskLoad(address: ptr<ushort>, mask: Vector256_1<System_Internal.UInt16>, merge: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt16>;
|
|
1929
|
+
MaskStore(address: ptr<byte>, mask: Vector128_1<System_Internal.Byte>, source: Vector128_1<System_Internal.Byte>): void;
|
|
1930
1930
|
MaskStore(address: ptr<byte>, mask: Vector256_1<System_Internal.Byte>, source: Vector256_1<System_Internal.Byte>): void;
|
|
1931
1931
|
MaskStore(address: ptr<short>, mask: Vector128_1<System_Internal.Int16>, source: Vector128_1<System_Internal.Int16>): void;
|
|
1932
1932
|
MaskStore(address: ptr<short>, mask: Vector256_1<System_Internal.Int16>, source: Vector256_1<System_Internal.Int16>): void;
|
|
@@ -1959,7 +1959,7 @@ export const Avx512BW_VL: {
|
|
|
1959
1959
|
|
|
1960
1960
|
export type Avx512BW_VL = Avx512BW_VL$instance;
|
|
1961
1961
|
|
|
1962
|
-
export interface Avx512BW_X64$instance {
|
|
1962
|
+
export interface Avx512BW_X64$instance extends Avx512F_X64 {
|
|
1963
1963
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512BW_X64: never;
|
|
1964
1964
|
|
|
1965
1965
|
}
|
|
@@ -1993,7 +1993,7 @@ export const Avx512CD: {
|
|
|
1993
1993
|
|
|
1994
1994
|
export type Avx512CD = Avx512CD$instance;
|
|
1995
1995
|
|
|
1996
|
-
export interface Avx512CD_VL$instance {
|
|
1996
|
+
export interface Avx512CD_VL$instance extends Avx512F_VL {
|
|
1997
1997
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512CD_VL: never;
|
|
1998
1998
|
|
|
1999
1999
|
}
|
|
@@ -2022,7 +2022,7 @@ export const Avx512CD_VL: {
|
|
|
2022
2022
|
|
|
2023
2023
|
export type Avx512CD_VL = Avx512CD_VL$instance;
|
|
2024
2024
|
|
|
2025
|
-
export interface Avx512CD_X64$instance {
|
|
2025
|
+
export interface Avx512CD_X64$instance extends Avx512F_X64 {
|
|
2026
2026
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512CD_X64: never;
|
|
2027
2027
|
|
|
2028
2028
|
}
|
|
@@ -2124,7 +2124,7 @@ export const Avx512DQ: {
|
|
|
2124
2124
|
|
|
2125
2125
|
export type Avx512DQ = Avx512DQ$instance;
|
|
2126
2126
|
|
|
2127
|
-
export interface Avx512DQ_VL$instance {
|
|
2127
|
+
export interface Avx512DQ_VL$instance extends Avx512F_VL {
|
|
2128
2128
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512DQ_VL: never;
|
|
2129
2129
|
|
|
2130
2130
|
}
|
|
@@ -2155,6 +2155,7 @@ export const Avx512DQ_VL: {
|
|
|
2155
2155
|
ConvertToVector128UInt64(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.UInt64>;
|
|
2156
2156
|
ConvertToVector128UInt64WithTruncation(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt64>;
|
|
2157
2157
|
ConvertToVector128UInt64WithTruncation(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.UInt64>;
|
|
2158
|
+
ConvertToVector256Double(value: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Double>;
|
|
2158
2159
|
ConvertToVector256Double(value: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.Double>;
|
|
2159
2160
|
ConvertToVector256Int64(value: Vector128_1<System_Internal.Single>): Vector256_1<System_Internal.Int64>;
|
|
2160
2161
|
ConvertToVector256Int64(value: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Int64>;
|
|
@@ -2181,7 +2182,7 @@ export const Avx512DQ_VL: {
|
|
|
2181
2182
|
|
|
2182
2183
|
export type Avx512DQ_VL = Avx512DQ_VL$instance;
|
|
2183
2184
|
|
|
2184
|
-
export interface Avx512DQ_X64$instance {
|
|
2185
|
+
export interface Avx512DQ_X64$instance extends Avx512F_X64 {
|
|
2185
2186
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512DQ_X64: never;
|
|
2186
2187
|
|
|
2187
2188
|
}
|
|
@@ -3157,7 +3158,7 @@ export const Avx512F_VL: {
|
|
|
3157
3158
|
|
|
3158
3159
|
export type Avx512F_VL = Avx512F_VL$instance;
|
|
3159
3160
|
|
|
3160
|
-
export interface Avx512F_X64$instance {
|
|
3161
|
+
export interface Avx512F_X64$instance extends Avx2_X64 {
|
|
3161
3162
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512F_X64: never;
|
|
3162
3163
|
|
|
3163
3164
|
}
|
|
@@ -3203,7 +3204,7 @@ export const Avx512Vbmi: {
|
|
|
3203
3204
|
|
|
3204
3205
|
export type Avx512Vbmi = Avx512Vbmi$instance;
|
|
3205
3206
|
|
|
3206
|
-
export interface Avx512Vbmi_VL$instance {
|
|
3207
|
+
export interface Avx512Vbmi_VL$instance extends Avx512BW_VL {
|
|
3207
3208
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512Vbmi_VL: never;
|
|
3208
3209
|
|
|
3209
3210
|
}
|
|
@@ -3228,7 +3229,7 @@ export const Avx512Vbmi_VL: {
|
|
|
3228
3229
|
|
|
3229
3230
|
export type Avx512Vbmi_VL = Avx512Vbmi_VL$instance;
|
|
3230
3231
|
|
|
3231
|
-
export interface Avx512Vbmi_X64$instance {
|
|
3232
|
+
export interface Avx512Vbmi_X64$instance extends Avx512BW_X64 {
|
|
3232
3233
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512Vbmi_X64: never;
|
|
3233
3234
|
|
|
3234
3235
|
}
|
|
@@ -3270,7 +3271,7 @@ export const Avx512Vbmi2: {
|
|
|
3270
3271
|
|
|
3271
3272
|
export type Avx512Vbmi2 = Avx512Vbmi2$instance;
|
|
3272
3273
|
|
|
3273
|
-
export interface Avx512Vbmi2_VL$instance {
|
|
3274
|
+
export interface Avx512Vbmi2_VL$instance extends Avx512Vbmi_VL {
|
|
3274
3275
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512Vbmi2_VL: never;
|
|
3275
3276
|
|
|
3276
3277
|
}
|
|
@@ -3315,7 +3316,7 @@ export const Avx512Vbmi2_VL: {
|
|
|
3315
3316
|
|
|
3316
3317
|
export type Avx512Vbmi2_VL = Avx512Vbmi2_VL$instance;
|
|
3317
3318
|
|
|
3318
|
-
export interface Avx512Vbmi2_X64$instance {
|
|
3319
|
+
export interface Avx512Vbmi2_X64$instance extends Avx512Vbmi_X64 {
|
|
3319
3320
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Avx512Vbmi2_X64: never;
|
|
3320
3321
|
|
|
3321
3322
|
}
|
|
@@ -3349,7 +3350,7 @@ export const AvxVnni: {
|
|
|
3349
3350
|
|
|
3350
3351
|
export type AvxVnni = AvxVnni$instance;
|
|
3351
3352
|
|
|
3352
|
-
export interface AvxVnni_X64$instance {
|
|
3353
|
+
export interface AvxVnni_X64$instance extends Avx2_X64 {
|
|
3353
3354
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_AvxVnni_X64: never;
|
|
3354
3355
|
|
|
3355
3356
|
}
|
|
@@ -3406,7 +3407,7 @@ export const AvxVnniInt16_V512: {
|
|
|
3406
3407
|
|
|
3407
3408
|
export type AvxVnniInt16_V512 = AvxVnniInt16_V512$instance;
|
|
3408
3409
|
|
|
3409
|
-
export interface AvxVnniInt16_X64$instance {
|
|
3410
|
+
export interface AvxVnniInt16_X64$instance extends Avx2_X64 {
|
|
3410
3411
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_AvxVnniInt16_X64: never;
|
|
3411
3412
|
|
|
3412
3413
|
}
|
|
@@ -3463,7 +3464,7 @@ export const AvxVnniInt8_V512: {
|
|
|
3463
3464
|
|
|
3464
3465
|
export type AvxVnniInt8_V512 = AvxVnniInt8_V512$instance;
|
|
3465
3466
|
|
|
3466
|
-
export interface AvxVnniInt8_X64$instance {
|
|
3467
|
+
export interface AvxVnniInt8_X64$instance extends Avx2_X64 {
|
|
3467
3468
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_AvxVnniInt8_X64: never;
|
|
3468
3469
|
|
|
3469
3470
|
}
|
|
@@ -3496,7 +3497,7 @@ export const Bmi1: {
|
|
|
3496
3497
|
|
|
3497
3498
|
export type Bmi1 = Bmi1$instance;
|
|
3498
3499
|
|
|
3499
|
-
export interface Bmi1_X64$instance {
|
|
3500
|
+
export interface Bmi1_X64$instance extends X86Base_X64 {
|
|
3500
3501
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Bmi1_X64: never;
|
|
3501
3502
|
|
|
3502
3503
|
}
|
|
@@ -3534,7 +3535,7 @@ export const Bmi2: {
|
|
|
3534
3535
|
|
|
3535
3536
|
export type Bmi2 = Bmi2$instance;
|
|
3536
3537
|
|
|
3537
|
-
export interface Bmi2_X64$instance {
|
|
3538
|
+
export interface Bmi2_X64$instance extends X86Base_X64 {
|
|
3538
3539
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Bmi2_X64: never;
|
|
3539
3540
|
|
|
3540
3541
|
}
|
|
@@ -3597,7 +3598,7 @@ export const Fma: {
|
|
|
3597
3598
|
|
|
3598
3599
|
export type Fma = Fma$instance;
|
|
3599
3600
|
|
|
3600
|
-
export interface Fma_X64$instance {
|
|
3601
|
+
export interface Fma_X64$instance extends Avx_X64 {
|
|
3601
3602
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Fma_X64: never;
|
|
3602
3603
|
|
|
3603
3604
|
}
|
|
@@ -3658,7 +3659,7 @@ export const Gfni_V512: {
|
|
|
3658
3659
|
|
|
3659
3660
|
export type Gfni_V512 = Gfni_V512$instance;
|
|
3660
3661
|
|
|
3661
|
-
export interface Gfni_X64$instance {
|
|
3662
|
+
export interface Gfni_X64$instance extends Sse41_X64 {
|
|
3662
3663
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Gfni_X64: never;
|
|
3663
3664
|
|
|
3664
3665
|
}
|
|
@@ -3685,7 +3686,7 @@ export const Lzcnt: {
|
|
|
3685
3686
|
|
|
3686
3687
|
export type Lzcnt = Lzcnt$instance;
|
|
3687
3688
|
|
|
3688
|
-
export interface Lzcnt_X64$instance {
|
|
3689
|
+
export interface Lzcnt_X64$instance extends X86Base_X64 {
|
|
3689
3690
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Lzcnt_X64: never;
|
|
3690
3691
|
|
|
3691
3692
|
}
|
|
@@ -3744,7 +3745,7 @@ export const Pclmulqdq_V512: {
|
|
|
3744
3745
|
|
|
3745
3746
|
export type Pclmulqdq_V512 = Pclmulqdq_V512$instance;
|
|
3746
3747
|
|
|
3747
|
-
export interface Pclmulqdq_X64$instance {
|
|
3748
|
+
export interface Pclmulqdq_X64$instance extends Sse2_X64 {
|
|
3748
3749
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Pclmulqdq_X64: never;
|
|
3749
3750
|
|
|
3750
3751
|
}
|
|
@@ -3771,7 +3772,7 @@ export const Popcnt: {
|
|
|
3771
3772
|
|
|
3772
3773
|
export type Popcnt = Popcnt$instance;
|
|
3773
3774
|
|
|
3774
|
-
export interface Popcnt_X64$instance {
|
|
3775
|
+
export interface Popcnt_X64$instance extends Sse42_X64 {
|
|
3775
3776
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Popcnt_X64: never;
|
|
3776
3777
|
|
|
3777
3778
|
}
|
|
@@ -3885,7 +3886,7 @@ export const Sse: {
|
|
|
3885
3886
|
|
|
3886
3887
|
export type Sse = Sse$instance;
|
|
3887
3888
|
|
|
3888
|
-
export interface Sse_X64$instance {
|
|
3889
|
+
export interface Sse_X64$instance extends X86Base_X64 {
|
|
3889
3890
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Sse_X64: never;
|
|
3890
3891
|
|
|
3891
3892
|
}
|
|
@@ -4199,7 +4200,7 @@ export const Sse2: {
|
|
|
4199
4200
|
|
|
4200
4201
|
export type Sse2 = Sse2$instance;
|
|
4201
4202
|
|
|
4202
|
-
export interface Sse2_X64$instance {
|
|
4203
|
+
export interface Sse2_X64$instance extends Sse_X64 {
|
|
4203
4204
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Sse2_X64: never;
|
|
4204
4205
|
|
|
4205
4206
|
}
|
|
@@ -4252,7 +4253,7 @@ export const Sse3: {
|
|
|
4252
4253
|
|
|
4253
4254
|
export type Sse3 = Sse3$instance;
|
|
4254
4255
|
|
|
4255
|
-
export interface Sse3_X64$instance {
|
|
4256
|
+
export interface Sse3_X64$instance extends Sse2_X64 {
|
|
4256
4257
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Sse3_X64: never;
|
|
4257
4258
|
|
|
4258
4259
|
}
|
|
@@ -4417,7 +4418,7 @@ export const Sse41: {
|
|
|
4417
4418
|
|
|
4418
4419
|
export type Sse41 = Sse41$instance;
|
|
4419
4420
|
|
|
4420
|
-
export interface Sse41_X64$instance {
|
|
4421
|
+
export interface Sse41_X64$instance extends Ssse3_X64 {
|
|
4421
4422
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Sse41_X64: never;
|
|
4422
4423
|
|
|
4423
4424
|
}
|
|
@@ -4451,7 +4452,7 @@ export const Sse42: {
|
|
|
4451
4452
|
|
|
4452
4453
|
export type Sse42 = Sse42$instance;
|
|
4453
4454
|
|
|
4454
|
-
export interface Sse42_X64$instance {
|
|
4455
|
+
export interface Sse42_X64$instance extends Sse41_X64 {
|
|
4455
4456
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Sse42_X64: never;
|
|
4456
4457
|
|
|
4457
4458
|
}
|
|
@@ -4502,7 +4503,7 @@ export const Ssse3: {
|
|
|
4502
4503
|
|
|
4503
4504
|
export type Ssse3 = Ssse3$instance;
|
|
4504
4505
|
|
|
4505
|
-
export interface Ssse3_X64$instance {
|
|
4506
|
+
export interface Ssse3_X64$instance extends Sse3_X64 {
|
|
4506
4507
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_Ssse3_X64: never;
|
|
4507
4508
|
|
|
4508
4509
|
}
|
|
@@ -4563,7 +4564,7 @@ export const X86Serialize: {
|
|
|
4563
4564
|
|
|
4564
4565
|
export type X86Serialize = X86Serialize$instance;
|
|
4565
4566
|
|
|
4566
|
-
export interface X86Serialize_X64$instance {
|
|
4567
|
+
export interface X86Serialize_X64$instance extends X86Base_X64 {
|
|
4567
4568
|
readonly __tsonic_type_System_Runtime_Intrinsics_X86_X86Serialize_X64: never;
|
|
4568
4569
|
|
|
4569
4570
|
}
|