[PATCH] D125765: [RISCV] Add type aliases float16_t, float32_t and float64_t
Wang Pengcheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 01:49:27 PDT 2022
pcwang-thead added a comment.
Besides, should we add `vread_csr` and `vwrite_csr` like what in GCC <https://github.com/riscv-collab/riscv-gcc/blob/riscv-gcc-10.1-rvv-dev/gcc/config/riscv/riscv_vector.h#L60>?
These two functions doesn't exist in RVV intrinsics doc, is it a historical problem?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125765/new/
https://reviews.llvm.org/D125765
More information about the cfe-commits
mailing list