[PATCH] D150929: [RISCV][BF16] Enable __bf16 for riscv targets
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 20:27:28 PDT 2023
MaskRay added a comment.
> The ABI information for __bf16 has been approved in RISCV psABI and is to be merged. Now we can enable this new type in clang.
> See https://github.com/riscv-non-isa/riscv-elf-psabi-doc/pull/367
The description seems verbose and inaccurate now. You can say:
The RISC-V psABI recently added `__bf16` in https://github.com/riscv-non-isa/riscv-elf-psabi-doc/pull/367
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150929/new/
https://reviews.llvm.org/D150929
More information about the llvm-commits
mailing list