Skip to content

Commit

Permalink
Merge pull request #1497 from emollier/loongarch64
Browse files Browse the repository at this point in the history
Extend compiler cpu optmizations to loongarch64.
  • Loading branch information
mstimberg authored Jan 8, 2024
2 parents c5fe583 + ab255dd commit 82e4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brian2/codegen/cpp_prefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"-mtune=native",
"-std=c++11",
]
elif re.match("^(parisc.*|riscv.*|mips.*)$", machine):
elif re.match("^(parisc.*|riscv.*|mips.*|loong64.*)$", machine):
default_buildopts = [
"-w",
"-O3",
Expand Down

0 comments on commit 82e4afe

Please sign in to comment.