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