RE: [PATCH v3] RISC-V: Implement .SAT_SUB for unsigned scalar int
Li, Pan2 ; gcc-patches@gcc.gnu.org Cc: rdapp@gmail.com; juzhe.zh...@rivai.ai; kito.ch...@gmail.com Subject: Re: [PATCH v3] RISC-V: Implement .SAT_SUB for unsigned scalar int LGTM. Let's keep in mind that min/max will save us two insns(?) and a conditional move would save us one. Regards Robin
Re: [PATCH v3] RISC-V: Implement .SAT_SUB for unsigned scalar int
LGTM. Let's keep in mind that min/max will save us two insns(?) and a conditional move would save us one. Regards Robin