The LLVM now supports v0.11 of the RVV intrinsics. Users can use the macro
riscv_v_intrinsic to distinguish what kind of intrinsics is supported in
the compiler.
Please refer to tag descriptions under
Paths
| Differential D143051
[Clang][RISCV] Bump rvv intrinsics version to v0.11 ClosedPublic Authored by eopXD on Feb 1 2023, 12:25 AM.
Details Summary The LLVM now supports v0.11 of the RVV intrinsics. Users can use the macro Please refer to tag descriptions under
Diff Detail
Event TimelineComment Actions LGTM, it's great to having a version number to distinguish different interface version This revision is now accepted and ready to land.Feb 1 2023, 4:17 AM This revision was landed with ongoing or failed builds.Feb 2 2023, 12:08 AM Closed by commit rGe685bde1e0b0: [Clang][RISCV] Bump rvv intrinsics version to v0.11 (authored by eopXD). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 494180 clang/lib/Basic/Targets/RISCV.cpp
clang/test/Preprocessor/riscv-target-features.c
|