Re: Re: [PATCH] RISC-V:Add support for ZMMUL extension

2022-03-01 Thread 廖仕华
C Patches" , "Philipp Tomsich" , jiawei > 主题: Re: [PATCH] RISC-V:Add support for ZMMUL extension > > LGTM for GCC 13, I'll commit that once stage 1 is open again. > > On Mon, Feb 14, 2022 at 10:26 AM wrote: > > > > From: LiaoShihua > > >

Re: [PATCH] RISC-V:Add support for ZMMUL extension

2022-03-01 Thread Kito Cheng via Gcc-patches
LGTM for GCC 13, I'll commit that once stage 1 is open again. On Mon, Feb 14, 2022 at 10:26 AM wrote: > > From: LiaoShihua > > ZMMUL extension is Multiply only extension for RISC-V.It implements the > multiplication subset of the M extension. > The encodings are identical to those o

[PATCH] RISC-V:Add support for ZMMUL extension

2022-02-13 Thread shihua
From: LiaoShihua ZMMUL extension is Multiply only extension for RISC-V.It implements the multiplication subset of the M extension. The encodings are identical to those of the corresponding M-extension instructions. When You both use M extension add ZMMUL extension, it will wa