Fix d2i, f2i runtime support regression.
(double)(int32_t)(0x80000000ul) is not equal to static_cast<double>(0x80000000ul). We should use static_cast<double>(static_cast<int32_t>(0x80000000)) instead. Change-Id: Idfc39ec7c990056bd157689fe4cdb899e62c0f10
Loading
Please sign in to comment