Converting floats and doubles to integers now works, as much as these ever do
authorDavid Given <dg@cowlark.com>
Wed, 12 Sep 2018 21:58:48 +0000 (23:58 +0200)
committerDavid Given <dg@cowlark.com>
Wed, 12 Sep 2018 21:58:48 +0000 (23:58 +0200)
commitecb3395abae5c62529a58507279c9cfe091e7406
treeeca19cf24f5df735d7357dd8d8c785ce5ed6c53b
parent642956fa2f37086f782c1acfb5582010d3fc5dc1
Converting floats and doubles to integers now works, as much as these ever do
on MIPS; turns out that it can't (or at least can't in qemu) reliably turn
INT_MIN from a double to an int.
mach/mips/libem/c_ud_i.s
mach/mips/libem/c_uf_i.s
tests/plat/floats/from_d_to_si_e.c