Commit 008fa511 authored by Logan Chien's avatar Logan Chien Committed by Shih-wei Liao
Browse files

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
parent a64f157a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment