commit | 83c30fcc4d10fa3783199379e358a884a64f8688 | [log] [tgz] |
---|---|---|
author | Kito Cheng <kito.cheng@sifive.com> | Mon Jan 20 19:24:36 2025 +0800 |
committer | Nelson Chu <nelson@rivosinc.com> | Tue Feb 11 14:44:19 2025 +0800 |
tree | 1da365ee4847224e686e98b23c093e442ef70600 | |
parent | 3f61a38b5e81569357bd15fbcf7fcb1dab3ee2db [diff] |
RISC-V: Add .bfloat16 directive RISC-V already support bfloat16 instruciton like Zfbfmin, Zvfbfmin and Zvfbfwma, so I think it's reasonable to add .bfloat16 directive to support bfloat16 data type. And the code logic mostly support by common code already.