mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 13:40:38 +03:00
resources/image: Mark loong64 as FMA-using architecture
This commit is contained in:
parent
cb4a097190
commit
3a11d22da3
1 changed files with 2 additions and 1 deletions
|
@ -231,4 +231,5 @@ var UsesFMA = runtime.GOARCH == "s390x" ||
|
||||||
runtime.GOARCH == "ppc64" ||
|
runtime.GOARCH == "ppc64" ||
|
||||||
runtime.GOARCH == "ppc64le" ||
|
runtime.GOARCH == "ppc64le" ||
|
||||||
runtime.GOARCH == "arm64" ||
|
runtime.GOARCH == "arm64" ||
|
||||||
runtime.GOARCH == "riscv64"
|
runtime.GOARCH == "riscv64" ||
|
||||||
|
runtime.GOARCH == "loong64"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue