Skip to content

Commit 3a11d22

Browse files
authoredFeb 26, 2025··
resources/image: Mark loong64 as FMA-using architecture
1 parent cb4a097 commit 3a11d22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎resources/images/imagetesting/testing.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,5 @@ var UsesFMA = runtime.GOARCH == "s390x" ||
231231
runtime.GOARCH == "ppc64" ||
232232
runtime.GOARCH == "ppc64le" ||
233233
runtime.GOARCH == "arm64" ||
234-
runtime.GOARCH == "riscv64"
234+
runtime.GOARCH == "riscv64" ||
235+
runtime.GOARCH == "loong64"

0 commit comments

Comments
 (0)
Please sign in to comment.