[corlib] Math from CoreFX (#10033)
commitc16ff9ab235abef10213f49dceb5251c7d8f6efd
authorEgor Bogatov <egorbo@gmail.com>
Mon, 27 Aug 2018 19:52:56 +0000 (27 22:52 +0300)
committerMarek Safar <marek.safar@gmail.com>
Mon, 27 Aug 2018 19:52:56 +0000 (27 21:52 +0200)
treeb95eb93dfbba990c31a415c74e1f71df72ce995b
parent06ea7efeeeba31ea41bc22248b3c59c136209f54
[corlib] Math from CoreFX (#10033)

* Math from CoreFX

* bump corefx, delete sysmath.h

* update icall-def.h

* bring back native Math.Round

* uncomment System.Runtime.Numerics tests (~1.5k of tests)

* undo reorder in sysmath.c

* ignore ComplexTests.cs

* Bump API snapshot submodule

* [csproj] Update project files
external/api-snapshot
mcs/class/System.Numerics/System.Numerics_xtest.dll.sources
mcs/class/corlib/Test/System/MathTest.cs
mcs/class/corlib/coreclr/Math.CoreCLR.cs [new file with mode: 0644]
mcs/class/corlib/corlib.csproj
mcs/class/corlib/corlib.dll.sources
mcs/class/corlib/corlib_xtest.dll.sources
mono/metadata/icall-def.h
mono/metadata/icall.c
mono/metadata/sysmath.c
mono/metadata/sysmath.h [deleted file]