The LLVM now supports v0.12 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 D156394
[Clang][RISCV] Bump rvv intrinsics version to v0.12 ClosedPublic Authored by eopXD on Jul 26 2023, 10:42 PM.
Details Summary The LLVM now supports v0.12 of the RVV intrinsics. Users can use the macro Please refer to tag descriptions under
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 26 2023, 10:52 PM This revision was landed with ongoing or failed builds.Jul 26 2023, 10:54 PM Closed by commit rG20e87e2f7941: [Clang][RISCV] Bump rvv intrinsics version to v0.12 (authored by eopXD). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544613 clang/lib/Basic/Targets/RISCV.cpp
clang/test/Preprocessor/riscv-target-features.c
|