Skip to content

Commit

Permalink
Use the safe version for s390x
Browse files Browse the repository at this point in the history
Fixes #24

Signed-off-by: OneOfOne <[email protected]>
  • Loading branch information
OneOfOne committed Feb 8, 2019
1 parent 74ace4f commit 456a93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xxhash_safe.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build appengine safe ppc64le ppc64be mipsle mips
// +build appengine safe ppc64le ppc64be mipsle mips s390x

package xxhash

Expand Down
1 change: 1 addition & 0 deletions xxhash_unsafe.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// +build !mipsle
// +build !ppc64be
// +build !mips
// +build !s390x

package xxhash

Expand Down

0 comments on commit 456a93f

Please sign in to comment.