Skip to content

Commit

Permalink
Remove unnecessary noescape and add retraction
Browse files Browse the repository at this point in the history
  • Loading branch information
fwessels committed Jul 16, 2024
1 parent 52484bc commit 68cac44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion galois_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func galMulNEON(low, high, in, out []byte)
//go:noescape
func galMulXorNEON(low, high, in, out []byte)

//go:noescape
func getVectorLength() (vl, pl uint64)

func init() {
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require github.com/klauspost/cpuid/v2 v2.2.6
require golang.org/x/sys v0.5.0 // indirect

retract (
v1.12.2 // https://github.com/klauspost/reedsolomon/pull/283
v1.11.6 // https://github.com/klauspost/reedsolomon/issues/240
[v1.11.3, v1.11.5] // https://github.com/klauspost/reedsolomon/pull/238
v1.11.2 // https://github.com/klauspost/reedsolomon/pull/229
Expand Down

0 comments on commit 68cac44

Please sign in to comment.