Skip to content

Commit

Permalink
Fix __riscv definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Oct 18, 2024
1 parent 295fa0d commit 11c89ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ index 027b685..3662208 100644
#define UTK__Aarch_AARCH64
#elif defined(__sh__)
#define UTK__Arch_SuperH
+ #elif defined(__riscv64__)
+ #elif defined(__riscv)
+ #define UTK__Arch_RISCV64
#else
#error Architecture not supported.
Expand Down

0 comments on commit 11c89ef

Please sign in to comment.