Skip to content

Commit

Permalink
[NFC] Add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
eopXD committed Nov 30, 2022
1 parent 0c5df7c commit d8a27ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Basic/Targets/RISCV.cpp
Expand Up @@ -192,7 +192,7 @@ void RISCVTargetInfo::getTargetDefines(const LangOptions &Opts,

if (ISAInfo->hasExtension("zve32x")) {
Builder.defineMacro("__riscv_vector");
// Currently we support the v0.10 RISC-V V intrinsics
// Currently we support the v0.10 RISC-V V intrinsics.
unsigned Version = (0 * 1000000) + (10 * 1000);
Builder.defineMacro("__riscv_v_intrinsic", Twine(Version));
}
Expand Down

0 comments on commit d8a27ac

Please sign in to comment.