On Tue, Aug 20, 2019 at 12:26:04PM -0500, Paul A. Clarke wrote:
> From: "Paul A. Clarke"
>
> helper_xscvdpspn() uses float64_to_float32() to convert double-precision
> floating-point to single-precision. Unfortunately, float64_to_float32()
> converts SNAN to QNAN, which should not happen with xs
On 8/20/19 10:26 AM, Paul A. Clarke wrote:
> From: "Paul A. Clarke"
>
> helper_xscvdpspn() uses float64_to_float32() to convert double-precision
> floating-point to single-precision. Unfortunately, float64_to_float32()
> converts SNAN to QNAN, which should not happen with xscvdpspn.
>
> float64
From: "Paul A. Clarke"
helper_xscvdpspn() uses float64_to_float32() to convert double-precision
floating-point to single-precision. Unfortunately, float64_to_float32()
converts SNAN to QNAN, which should not happen with xscvdpspn.
float64_to_float32() is also used by other instruction implement