Re: [PATCH 1/5] RISC-V: Build tishift only on 64-bit

2018-09-24 Thread Zong Li
Christoph Hellwig 於 2018年9月21日 週五 下午2:58寫道: > > On Tue, Sep 18, 2018 at 05:19:13PM +0800, Zong Li wrote: > > Only RV64 supports 128 integer size. > > > > Signed-off-by: Zong Li > > This looks fine. Just curious, what do we even need 128-bit integers > for on riscv64? Did you see any issues if

Re: [PATCH 1/5] RISC-V: Build tishift only on 64-bit

2018-09-24 Thread Zong Li
Christoph Hellwig 於 2018年9月21日 週五 下午2:58寫道: > > On Tue, Sep 18, 2018 at 05:19:13PM +0800, Zong Li wrote: > > Only RV64 supports 128 integer size. > > > > Signed-off-by: Zong Li > > This looks fine. Just curious, what do we even need 128-bit integers > for on riscv64? Did you see any issues if

Re: [PATCH 1/5] RISC-V: Build tishift only on 64-bit

2018-09-21 Thread Christoph Hellwig
On Tue, Sep 18, 2018 at 05:19:13PM +0800, Zong Li wrote: > Only RV64 supports 128 integer size. > > Signed-off-by: Zong Li This looks fine. Just curious, what do we even need 128-bit integers for on riscv64? Did you see any issues if you drop it entirely?

Re: [PATCH 1/5] RISC-V: Build tishift only on 64-bit

2018-09-21 Thread Christoph Hellwig
On Tue, Sep 18, 2018 at 05:19:13PM +0800, Zong Li wrote: > Only RV64 supports 128 integer size. > > Signed-off-by: Zong Li This looks fine. Just curious, what do we even need 128-bit integers for on riscv64? Did you see any issues if you drop it entirely?

[PATCH 1/5] RISC-V: Build tishift only on 64-bit

2018-09-18 Thread Zong Li
Only RV64 supports 128 integer size. Signed-off-by: Zong Li --- arch/riscv/lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/riscv/lib/Makefile b/arch/riscv/lib/Makefile index 445ec84..5739bd0 100644 --- a/arch/riscv/lib/Makefile +++

[PATCH 1/5] RISC-V: Build tishift only on 64-bit

2018-09-18 Thread Zong Li
Only RV64 supports 128 integer size. Signed-off-by: Zong Li --- arch/riscv/lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/riscv/lib/Makefile b/arch/riscv/lib/Makefile index 445ec84..5739bd0 100644 --- a/arch/riscv/lib/Makefile +++