resources/image: Mark loong64 as FMA-using architecture

This commit is contained in:
Hannes Braun
2025-02-26 21:17:06 +01:00
committed by GitHub
parent cb4a097190
commit 3a11d22da3

View File

@@ -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"