[gcc r15-4129] RISC-V: Add an implicit dependency for Zawrs

2024-10-07 Thread xiao via Gcc-cvs
https://gcc.gnu.org/g:c01e3aaae79ecd439ad35063db3dee9775f3aefa commit r15-4129-gc01e3aaae79ecd439ad35063db3dee9775f3aefa Author: Xiao Zeng Date: Fri Sep 27 17:30:36 2024 +0800 RISC-V: Add an implicit dependency for Zawrs There is a description in

[gcc r15-2470] RISC-V: NFC: Do not use zicond for pr105314 testcases

2024-07-31 Thread xiao via Gcc-cvs
https://gcc.gnu.org/g:edad1b05010fedc7224515570592b2bd2153b21a commit r15-2470-gedad1b05010fedc7224515570592b2bd2153b21a Author: Xiao Zeng Date: Thu Jul 25 09:50:03 2024 +0800 RISC-V: NFC: Do not use zicond for pr105314 testcases gcc/testsuite/ChangeLog: * gcc.tar

[gcc r15-1021] RISC-V: Add Zfbfmin extension

2024-06-04 Thread xiao via Gcc-cvs
https://gcc.gnu.org/g:4638e508aa814d4aa2e204c3ab041c6a56aad2bd commit r15-1021-g4638e508aa814d4aa2e204c3ab041c6a56aad2bd Author: Xiao Zeng Date: Wed May 15 13:56:42 2024 +0800 RISC-V: Add Zfbfmin extension 1 In the previous patch, the libcall for BF16 was implemented:

[gcc r15-644] RISC-V: Fix "Nan-box the result of movbf on soft-bf16"

2024-05-17 Thread xiao via Gcc-cvs
https://gcc.gnu.org/g:7422e050f33dd9ee7dcd5a72c80b4e11d61995ce commit r15-644-g7422e050f33dd9ee7dcd5a72c80b4e11d61995ce Author: Xiao Zeng Date: Wed May 15 16:23:16 2024 +0800 RISC-V: Fix "Nan-box the result of movbf on soft-bf16" 1 According to unpriv-isa spec:

[gcc r15-643] RISC-V: Modify _Bfloat16 to __bf16

2024-05-17 Thread xiao via Gcc-cvs
https://gcc.gnu.org/g:6da1d6efde2282e6582c00d1631e7457975ad998 commit r15-643-g6da1d6efde2282e6582c00d1631e7457975ad998 Author: Xiao Zeng Date: Fri May 17 13:48:21 2024 +0800 RISC-V: Modify _Bfloat16 to __bf16 According to the description in:

[gcc r15-531] RISC-V: Add Zvfbfwma extension to the -march= option

2024-05-15 Thread xiao via Gcc-cvs
https://gcc.gnu.org/g:38dd4e26e07c6be7cf4d169141ee4f3a03f3a09d commit r15-531-g38dd4e26e07c6be7cf4d169141ee4f3a03f3a09d Author: Xiao Zeng Date: Wed May 15 10:03:40 2024 +0800 RISC-V: Add Zvfbfwma extension to the -march= option This patch would like to add new sub extension (aka Z

[gcc r15-392] MAINTAINERS: Add myself to write after approval

2024-05-12 Thread xiao via Gcc-cvs
https://gcc.gnu.org/g:4aeff8436d54a598e1fb565ec7b656871bd3a41e commit r15-392-g4aeff8436d54a598e1fb565ec7b656871bd3a41e Author: Xiao Zeng Date: Mon May 13 09:53:42 2024 +0800 MAINTAINERS: Add myself to write after approval ChangeLog: * MAINTAINERS: Add myself. Di