RE: [PATCH V1] RISC-V:Add float16 tuple type support

2023-06-25 Thread Li, Pan2 via Gcc-patches
; dje.gcc ; mirimmad ; jakub ; jeffreyalaw Subject: Re: [PATCH V1] RISC-V:Add float16 tuple type support Please revert until bootstrap is restored. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something compl

Re: [PATCH V1] RISC-V:Add float16 tuple type support

2023-06-25 Thread Andreas Schwab
Please revert until bootstrap is restored. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: Re: [PATCH V1] RISC-V:Add float16 tuple type support

2023-06-24 Thread juzhe.zh...@rivai.ai
; pan2.li; wuwei2016; jiawei; shihua; dje.gcc; mirimmad Subject: Re: [PATCH V1] RISC-V:Add float16 tuple type support ../../gcc/lto-streamer-out.cc: In function 'void lto_output_init_mode_table()': ../../gcc/lto-streamer-out.cc:3177:10: error: 'void* memset(void*, int, size_t)' forming offset [256

Re: [PATCH V1] RISC-V:Add float16 tuple type support

2023-06-23 Thread Andreas Schwab
../../gcc/lto-streamer-out.cc: In function 'void lto_output_init_mode_table()': ../../gcc/lto-streamer-out.cc:3177:10: error: 'void* memset(void*, int, size_t)' forming offset [256, 283] is out of the bounds [0, 256] of object 'streamer_mode_table' with type 'unsigned char [256]'

RE: [PATCH V1] RISC-V:Add float16 tuple type support

2023-06-17 Thread Li, Pan2 via Gcc-patches
V1] RISC-V:Add float16 tuple type support On 6/15/23 00:09, juzhe.zh...@rivai.ai wrote: > LGTM Then it's OK with me as well. Thanks! jeff

Re: [PATCH V1] RISC-V:Add float16 tuple type support

2023-06-17 Thread Jeff Law via Gcc-patches
On 6/15/23 00:09, juzhe.zh...@rivai.ai wrote: LGTM Then it's OK with me as well. Thanks! jeff

Re: [PATCH V1] RISC-V:Add float16 tuple type support

2023-06-15 Thread juzhe.zh...@rivai.ai
LGTM juzhe.zh...@rivai.ai From: shiyulong Date: 2023-06-15 13:40 To: gcc-patches CC: palmer; kito.cheng; jim.wilson.gcc; juzhe.zhong; pan2.li; wuwei2016; jiawei; shihua; dje.gcc; mirimmad; yulong Subject: [PATCH V1] RISC-V:Add float16 tuple type support From: yulong This patch adds support