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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"