Fix conversions of subnormals to long double
commit2e798523e4b98ec856a69e637a4332c4973a4294
authorMichael Matz <matz@suse.de>
Wed, 15 Jul 2020 20:02:02 +0000 (15 22:02 +0200)
committerMichael Matz <matz@suse.de>
Wed, 15 Jul 2020 20:02:02 +0000 (15 22:02 +0200)
tree059778ece4edf664ee34fdda3c78ec4d0b551a9b
parenta614269794a9aaaa37304252bcfd9c888be95e38
Fix conversions of subnormals to long double

those need to be normalized when extending from float/double to
binary128.
lib/lib-arm64.c
tests/tcctest.c