Skip to content

Commit

Permalink
Add LoongArch support
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Qiankang <[email protected]>
  • Loading branch information
wszqkzqk authored and qyot27 committed Nov 2, 2024
1 parent b222510 commit b7dbabd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions avs_core/include/avs/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
# define PPC32
#elif defined(__riscv)
# define RISCV
#elif defined(__loongarch__)
# define LOONGARCH
#elif defined(__sparc_v9__)
# define SPARC
#elif defined(__mips__)
Expand Down

0 comments on commit b7dbabd

Please sign in to comment.