Skip to content

Commit

Permalink
Fix 386 and other platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Nov 15, 2023
1 parent 7380cbf commit 7f46bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xor_noasm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build noasm || gccgo || appengine || (ppc64le && nopshufb)
//go:build noasm || gccgo || appengine || nopshufb || (!amd64 && !arm64)

package reedsolomon

Expand Down

0 comments on commit 7f46bc6

Please sign in to comment.