Add loong64 arch to download page
MiyamuraMiyako opened this issue · 4 comments
Golang is add support Loongarch64 CPU architecture.
GOARCH=loong64
Is there actual demand for this? Is anything preventing you from building it yourself with that architecture?
Looks like it's based on MIPS. We used to build for that architecture but there was such low usership that it wasn't worth keeping.
Thanks for opening an issue. $ GOARCH=loong64 go build
already works. Is there something in particular you're requesting?
What is your use case?
@francislavoie Thanks reply, I can build it self, loongarch now not baseed on mips, It's new architecture. I just want to download the binary directly from the official website quickly.
@mholt The loongarch processor is a new processor architecture that completely breaks away from the MIPS architecture. Although the loongarch processor is currently only used in mainland China, it will be promoted internationally in the future.
@MiyamuraMiyako Ok. We can consider it. Maybe when the new website launches we'll do that. I'll transfer this issue to that repo.
(PS. Nice Kyoukai no Kanata avatar.)