Skip to content

Commit

Permalink
loongarch target -> mips:
Browse files Browse the repository at this point in the history
For better performance and using LSX/LASX to build ncnn.

make -mlsx -mlasx -jX
  • Loading branch information
HougeLangley committed Jul 18, 2022
1 parent b0c40fa commit 754a08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -310,7 +310,7 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(riscv)")
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)")
set(NCNN_TARGET_ARCH powerpc)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(loongarch)")
set(NCNN_TARGET_ARCH loongarch)
set(NCNN_TARGET_ARCH mips)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(xtensa)")
set(NCNN_TARGET_ARCH xtensa)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(s390x)")
Expand Down

0 comments on commit 754a08d

Please sign in to comment.