qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v8 16/35] Hexagon (target/hexagon/conv_emu.[ch]) utility func


From: Richard Henderson
Subject: Re: [PATCH v8 16/35] Hexagon (target/hexagon/conv_emu.[ch]) utility functions
Date: Thu, 18 Mar 2021 09:35:40 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/18/21 8:11 AM, Taylor Simpson wrote:
Actually, softfloat raises inexact instead of invalid.  Is there a way to 
override?

Not true:

    switch (p.cls) {
    case float_class_snan:
    case float_class_qnan:
        s->float_exception_flags = orig_flags | float_flag_invalid;
        return max;


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]