Re: [PATCH v2 05/50] tcg: Expose tcg_gen_ussub_sat()
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 30/7/26 05:09, Anton Johansson via qemu development wrote: > Maps nicely to LLVMs usub.sat instrinsic. > > Signed-off-by: Anton Johansson <[email protected]> > --- > include/tcg/tcg-op-common.h | 2 ++ > tcg/tcg-op-gvec.c | 4 ++-- > 2 files changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>