Re: [PATCH v2] Fix __clzsi2 logic

2022-10-10 Thread Tuan Phan
On Mon, Oct 10, 2022 at 1:46 PM Daniel Kiper wrote: > On Mon, Oct 10, 2022 at 09:43:20AM -0700, Tuan Phan wrote: > > On Mon, Oct 3, 2022 at 11:30 AM Tuan Phan > wrote: > > Fix the incorrect return value of __clzsi2 function. > > > > Fixes: e795b90 ("

Re: [PATCH v2] Fix __clzsi2 logic

2022-10-10 Thread Tuan Phan
On Mon, Oct 3, 2022 at 11:30 AM Tuan Phan wrote: > Fix the incorrect return value of __clzsi2 function. > > Fixes: e795b90 ("RISC-V: Add libgcc helpers for clz") > Signed-off-by: Tuan Phan > Reviewed-by: Daniel Kiper > --- > V2: Drop redundant brackets > Signe

[PATCH v2] Fix __clzsi2 logic

2022-10-03 Thread Tuan Phan
Fix the incorrect return value of __clzsi2 function. Fixes: e795b90 ("RISC-V: Add libgcc helpers for clz") Signed-off-by: Tuan Phan Reviewed-by: Daniel Kiper --- V2: Drop redundant brackets Signed-off-by: Tuan Phan --- grub-core/kern/compiler-rt.c | 2 +- 1 file changed, 1 inser

Re: [PATCH] Fix __clzsi2 logic

2022-10-03 Thread Tuan Phan
On Mon, Oct 3, 2022 at 8:26 AM Daniel Kiper wrote: > On Thu, Sep 29, 2022 at 03:00:26PM -0700, Tuan Phan wrote: > > Fix the incorrect return value of __clzsi2 function. > > > > Fixes: e795b90 ("RISC-V: Add libgcc helpers for clz") > > Signed-off-by: Tuan Pha

[PATCH] Fix __clzsi2 logic

2022-09-29 Thread Tuan Phan
Fix the incorrect return value of __clzsi2 function. Fixes: e795b90 ("RISC-V: Add libgcc helpers for clz") Signed-off-by: Tuan Phan --- grub-core/kern/compiler-rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/kern/compiler-rt.c b/grub-core/kern/com