Skip to content

Commit

Permalink
remove ARM assembly implementation temporally
Browse files Browse the repository at this point in the history
This commit removes the ARM assembly implementation
due to an alignment bug. It is a temporal fix until
the root cause is known.

See: #2
  • Loading branch information
Andreas Auernhammer committed Aug 14, 2018
1 parent e404fcf commit 08036aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 115 deletions.
18 changes: 0 additions & 18 deletions siphash_arm.go

This file was deleted.

96 changes: 0 additions & 96 deletions siphash_arm.s

This file was deleted.

2 changes: 1 addition & 1 deletion siphash_ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a license that can be
// found in the LICENSE file.

// +build !amd64,!386,!arm gccgo appengine nacl
// +build !amd64,!386 gccgo appengine nacl

package siphash

Expand Down

0 comments on commit 08036aa

Please sign in to comment.