Fix conversions from subnormal System.Half values (#46536)
authorTanner Gooding <tagoo@outlook.com>
Wed, 6 Jan 2021 18:15:24 +0000 (10:15 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 18:15:24 +0000 (10:15 -0800)
commit167c598c71b7f77fe8bf5db2bb113c2565d5c84d
tree169ad1ca00104889303c73fbc607c3f564798b08
parentcc1198a1de867915ef0c604e4426e708c0b9c9b2
Fix conversions from subnormal System.Half values (#46536)

* Fix conversions from subnormal System.Half values

* Fix conversions from subnormal System.Single/Double to System.Half values

* Fixing the HalfTests parameters
src/libraries/System.Private.CoreLib/src/System/Half.cs
src/libraries/System.Runtime/tests/System/HalfTests.cs