Closed k0tran closed 2 months ago
So in loongarch64 uname -m gives loongarch64 but Go has loong64 target instead. This PR proposes changes to set GOARCH to loong64 if loongarch64 encountered.
uname -m
loongarch64
loong64
Changed commit message to suit contribution formatting
Thank you for submitting this, just one small question otherwise lgtm.
So in loongarch64
uname -m
givesloongarch64
but Go hasloong64
target instead. This PR proposes changes to set GOARCH toloong64
ifloongarch64
encountered.