Implementation for RISC-V Zbr extension intrinsics.
Head files are included in the second patch in case the name needs to be changed
RV32 / 64:
crc32b crc32h crc32w crc32cb crc32ch crc32cw
RV64 Only:
crc32d crc32cd
Differential D99008
[RISCV] [2/2] Add intrinsic for Zbr extension LevyHsu on Mar 19 2021, 9:57 PM. Authored by
Details Implementation for RISC-V Zbr extension intrinsics. Head files are included in the second patch in case the name needs to be changed RV32 / 64: crc32b crc32h crc32w crc32cb crc32ch crc32cw RV64 Only: crc32d crc32cd
Diff Detail
Event TimelineComment Actions Please note I asked that this patch be separate from D99009 because the rvintrin.h file name may not be the final filename we want to use. This https://github.com/riscv/riscv-c-api-doc/pull/14 suggests it should be riscv_intrinsic.h. So I wanted to separate any discussion about how it should be exposed to the user from the implementation of the IR intrinsics and clang builtins.
Comment Actions
|
clang-tidy: warning: header guard does not follow preferred style [llvm-header-guard]
not useful