[all-commits] [llvm/llvm-project] 482b8b: [RISCV] Add macro to imply compiler availability o...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Wed Nov 30 08:36:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 482b8b493be099c2f70d4b2edd60041c403a247f
https://github.com/llvm/llvm-project/commit/482b8b493be099c2f70d4b2edd60041c403a247f
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M clang/lib/Basic/Targets/RISCV.cpp
M clang/test/Preprocessor/riscv-target-features.c
Log Message:
-----------
[RISCV] Add macro to imply compiler availability on RISC-V Vector intrinsics version
According to version_macro.adoc under rvv-intrinsic-doc, the compiler
should have a macro to imply such availability.
Link: https://github.com/riscv-non-isa/rvv-intrinsic-doc/blob/master/version_macro.adoc
Reviewed By: kito-cheng, asb
Differential Revision: https://reviews.llvm.org/D138930
More information about the All-commits
mailing list