move sqrt from core to il2cpu.x86

This commit is contained in:
Trivalik_cp 2011-09-03 12:02:07 +00:00
parent 51e893eb74
commit 420a29936f
3 changed files with 2 additions and 2 deletions

View file

@ -262,6 +262,7 @@
<Compile Include="Plugs\Diagnostics\DebuggerImpl.cs" />
<Compile Include="Plugs\Diagnostics\DebugImpl.cs" />
<Compile Include="Plugs\Diagnostics\DebugImplRefs.cs" />
<Compile Include="Plugs\MS\System\MathImpl.cs" />
<Compile Include="Plugs\MS\System\StringImpl.cs" />
<Compile Include="Plugs\NEW_PLUGS\CtorImplAssembler.cs" />
<Compile Include="Plugs\NEW_PLUGS\DelegateImpl.cs" />

View file

@ -7,7 +7,7 @@ using Assembler = Cosmos.Compiler.Assembler.Assembler;
using CPUAll = Cosmos.Compiler.Assembler;
using CPUx86 = Cosmos.Compiler.Assembler.X86;
namespace Cosmos.Core.Plugs
namespace Cosmos.IL2CPU.X86.Plugs.CustomImplementations.MS.System
{
[Plug(Target = typeof(global::System.Math))]
class MathImpl

View file

@ -96,7 +96,6 @@
<Compile Include="CPUImpl.cs" />
<Compile Include="GCImplementionImpl.cs" />
<Compile Include="IOPortImpl.cs" />
<Compile Include="MathImpl.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RuntimeHelpersImpl.cs" />
<Compile Include="StringImpl.cs" />