[all-commits] [llvm/llvm-project] 90a776: [clang][RISCV] __riscv_v_intrinsic macro doesn't n...

Brandon Wu via All-commits all-commits at lists.llvm.org
Tue Nov 26 18:36:00 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 90a776fbdb35ef6ac6f28a19937e88abd2e4611b
      https://github.com/llvm/llvm-project/commit/90a776fbdb35ef6ac6f28a19937e88abd2e4611b
  Author: Brandon Wu <brandon.wu at sifive.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M clang/lib/Basic/Targets/RISCV.cpp

  Log Message:
  -----------
  [clang][RISCV] __riscv_v_intrinsic macro doesn't need zve32x (#117356)

This macro is used to check if compiler supports RVV intrinsics, so it
should be defined no matter vector is enabled or not.
Resolved https://github.com/riscv-non-isa/rvv-intrinsic-doc/issues/376



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list