On 5/1/20 1:04 PM, 罗勇刚(Yonggang Luo) wrote: > And fp_status can not represent all the Invalid Operation Exception flags. > What I need to do to represent all the Invalid Operation Exception
Ideally, we add them to include/fpu/softfloat-types.h, expand the float_exception_flags field in float_status to match, and generate the new flags in fpu/softfloat.c. This would actually help target/tricore as well. r~