Re: [PATCH 45/72] softfloat: Move round_to_int to softfloat-parts.c.inc

2021-05-13 Thread Alex Bennée
Richard Henderson writes: > At the same time, convert to pointers, split out > parts$N_round_to_int_normal, define a macro for > parts_round_to_int using QEMU_GENERIC. > > This necessarily meant some rearrangement to the > rount_to_{,u}int_and_pack routines, so go ahead and > convert to parts_r

[PATCH 45/72] softfloat: Move round_to_int to softfloat-parts.c.inc

2021-05-07 Thread Richard Henderson
At the same time, convert to pointers, split out parts$N_round_to_int_normal, define a macro for parts_round_to_int using QEMU_GENERIC. This necessarily meant some rearrangement to the rount_to_{,u}int_and_pack routines, so go ahead and convert to parts_round_to_int_normal, which in turn allows cl