Skip to content

Commit

Permalink
Disable ARM assembly (buggy)
Browse files Browse the repository at this point in the history
See #14
  • Loading branch information
dchest committed Aug 14, 2018
1 parent 749fcbe commit ca249f4
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 477 deletions.
2 changes: 1 addition & 1 deletion blocks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !arm,!amd64 appengine gccgo
// +build !amd64 appengine gccgo

package siphash

Expand Down
144 changes: 0 additions & 144 deletions blocks_arm.s

This file was deleted.

2 changes: 1 addition & 1 deletion hash.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !arm,!amd64 appengine gccgo
// +build !amd64 appengine gccgo

// Written in 2012 by Dmitry Chestnykh.
//
Expand Down
2 changes: 1 addition & 1 deletion hash128.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !arm,!amd64 appengine gccgo
// +build !amd64 appengine gccgo
// Written in 2012 by Dmitry Chestnykh.
// Modifications 2014 for 128-bit hash function by Damian Gryski.
//
Expand Down
169 changes: 0 additions & 169 deletions hash128_arm.s

This file was deleted.

Loading

0 comments on commit ca249f4

Please sign in to comment.