mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
move sqrt from core to il2cpu.x86
This commit is contained in:
parent
51e893eb74
commit
420a29936f
3 changed files with 2 additions and 2 deletions
|
|
@ -262,6 +262,7 @@
|
||||||
<Compile Include="Plugs\Diagnostics\DebuggerImpl.cs" />
|
<Compile Include="Plugs\Diagnostics\DebuggerImpl.cs" />
|
||||||
<Compile Include="Plugs\Diagnostics\DebugImpl.cs" />
|
<Compile Include="Plugs\Diagnostics\DebugImpl.cs" />
|
||||||
<Compile Include="Plugs\Diagnostics\DebugImplRefs.cs" />
|
<Compile Include="Plugs\Diagnostics\DebugImplRefs.cs" />
|
||||||
|
<Compile Include="Plugs\MS\System\MathImpl.cs" />
|
||||||
<Compile Include="Plugs\MS\System\StringImpl.cs" />
|
<Compile Include="Plugs\MS\System\StringImpl.cs" />
|
||||||
<Compile Include="Plugs\NEW_PLUGS\CtorImplAssembler.cs" />
|
<Compile Include="Plugs\NEW_PLUGS\CtorImplAssembler.cs" />
|
||||||
<Compile Include="Plugs\NEW_PLUGS\DelegateImpl.cs" />
|
<Compile Include="Plugs\NEW_PLUGS\DelegateImpl.cs" />
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ using Assembler = Cosmos.Compiler.Assembler.Assembler;
|
||||||
using CPUAll = Cosmos.Compiler.Assembler;
|
using CPUAll = Cosmos.Compiler.Assembler;
|
||||||
using CPUx86 = Cosmos.Compiler.Assembler.X86;
|
using CPUx86 = Cosmos.Compiler.Assembler.X86;
|
||||||
|
|
||||||
namespace Cosmos.Core.Plugs
|
namespace Cosmos.IL2CPU.X86.Plugs.CustomImplementations.MS.System
|
||||||
{
|
{
|
||||||
[Plug(Target = typeof(global::System.Math))]
|
[Plug(Target = typeof(global::System.Math))]
|
||||||
class MathImpl
|
class MathImpl
|
||||||
|
|
@ -96,7 +96,6 @@
|
||||||
<Compile Include="CPUImpl.cs" />
|
<Compile Include="CPUImpl.cs" />
|
||||||
<Compile Include="GCImplementionImpl.cs" />
|
<Compile Include="GCImplementionImpl.cs" />
|
||||||
<Compile Include="IOPortImpl.cs" />
|
<Compile Include="IOPortImpl.cs" />
|
||||||
<Compile Include="MathImpl.cs" />
|
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="RuntimeHelpersImpl.cs" />
|
<Compile Include="RuntimeHelpersImpl.cs" />
|
||||||
<Compile Include="StringImpl.cs" />
|
<Compile Include="StringImpl.cs" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue