Skip to content

Commit

Permalink
Add !noasm directive to platform specific test files
Browse files Browse the repository at this point in the history
  • Loading branch information
fwessels committed Jun 5, 2024
1 parent db2296f commit 0804623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galois_amd64_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !noasm && !appengine && !gccgo && !nopshufb

// Copyright 2015, Klaus Post, see LICENSE for details.

package reedsolomon
Expand Down
2 changes: 2 additions & 0 deletions galois_arm64_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !noasm && !appengine && !gccgo && !nopshufb

// Copyright 2015, Klaus Post, see LICENSE for details.
// Copyright 2024, Minio, Inc.

Expand Down

0 comments on commit 0804623

Please sign in to comment.