On 02/07/2017 12:04 AM, Bharata B Rao wrote:
+ int64_t v; + uint32_t res; + int old_exc_flags = get_float_exception_flags(status); + + v = float128_to_uint64_round_to_zero(a, status); + if (v > 0xffffffff) {
v should be uint64_t. r~
On 02/07/2017 12:04 AM, Bharata B Rao wrote:
+ int64_t v; + uint32_t res; + int old_exc_flags = get_float_exception_flags(status); + + v = float128_to_uint64_round_to_zero(a, status); + if (v > 0xffffffff) {
v should be uint64_t. r~