Skip to content

Commit

Permalink
RVV: fix builtin macro in gcc (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwm-pt authored Apr 14, 2023
1 parent 7a95d67 commit 6b151db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/shl_thead_rvv.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#define RVV_0_7_1
#endif

#ifdef __riscv_xtheadv
#ifdef __riscv_xtheadvdot
#define XTHEADV
#endif // __riscv_xtheadv
#endif // __riscv_xtheadvdot

#endif // __riscv_vector

Expand Down

0 comments on commit 6b151db

Please sign in to comment.