We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecab92 commit 2125ac5Copy full SHA for 2125ac5
src/mono/netcore/System.Private.CoreLib/src/ILLink/ILLink.Substitutions.wasm.xml
@@ -1,7 +1,13 @@
1
<linker>
2
<assembly fullname="System.Private.CoreLib">
3
<type fullname="System.Numerics.Vector">
4
- <method signature="System.Boolean get_IsHardwareAccelerated()" body="stub" value="false" />
+ <method signature="System.Boolean get_IsHardwareAccelerated()" body="stub" value="false" />
5
+ </type>
6
+ <type fullname="System.Environment">
7
+ <method signature="System.Int32 get_ProcessorCount()" body="stub" value="1" />
8
9
+ <type fullname="System.Runtime.CompilerServices.RuntimeFeature">
10
+ <method signature="System.Boolean get_IsDynamicCodeCompiled()" body="stub" value="false" />
11
</type>
12
</assembly>
13
</linker>
0 commit comments