[PATCH v3 2/4] sim: Factor out NaN handling in floating point operations
Mike Frysinger
vapier@gentoo.org
Wed Jan 12 10:22:35 GMT 2022
On 11 Jan 2022 22:24, Dragan Mladjenovic wrote:
> --- a/sim/common/sim-fpu.h
> +++ b/sim/common/sim-fpu.h
>
> +/* NaN handling. */
> +
> +INLINE_SIM_FPU (int) sim_fpu_op_nan (sim_fpu *f,
> + const sim_fpu *l, const sim_fpu *r);
please add a more descriptive comment. the point of the header is for API
documentation so readers can look up to see what this function does.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/gdb-patches/attachments/20220112/58acd161/attachment.sig>
More information about the Gdb-patches
mailing list