mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
resources/image: Mark loong64 as FMA-using architecture
This commit is contained in:
@@ -231,4 +231,5 @@ var UsesFMA = runtime.GOARCH == "s390x" ||
|
||||
runtime.GOARCH == "ppc64" ||
|
||||
runtime.GOARCH == "ppc64le" ||
|
||||
runtime.GOARCH == "arm64" ||
|
||||
runtime.GOARCH == "riscv64"
|
||||
runtime.GOARCH == "riscv64" ||
|
||||
runtime.GOARCH == "loong64"
|
||||
|
Reference in New Issue
Block a user