Re: [PATCH v3 06/22] host-utils: move udiv_qrnnd() to host-utils

2021-10-21 Thread Richard Henderson
On 9/10/21 4:26 AM, Luis Pires wrote: Move udiv_qrnnd() from include/fpu/softfloat-macros.h to host-utils, so it can be reused by divu128(). Signed-off-by: Luis Pires --- include/fpu/softfloat-macros.h | 82 -- include/qemu/host-utils.h | 81 ++

[PATCH v3 06/22] host-utils: move udiv_qrnnd() to host-utils

2021-09-10 Thread Luis Pires
Move udiv_qrnnd() from include/fpu/softfloat-macros.h to host-utils, so it can be reused by divu128(). Signed-off-by: Luis Pires --- include/fpu/softfloat-macros.h | 82 -- include/qemu/host-utils.h | 81 + 2 files changed, 81