Skip to content

Commit 51f005c

Browse files
prattmicgopherbot
authored andcommitted
Revert "salsa20: add loong64 SIMD implementation"
This reverts CL 663375. Reason for revert: Does not build on 1.23 or 1.24 For golang/go#73354. Change-Id: I251d598423b83c01cc2e04ddf6f49ae14095fa7c Reviewed-on: https://go-review.googlesource.com/c/crypto/+/665535 Auto-Submit: Michael Pratt <[email protected]> Reviewed-by: abner chenc <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 7c35866 commit 51f005c

File tree

4 files changed

+2
-513
lines changed

4 files changed

+2
-513
lines changed

salsa20/salsa/salsa20_test.go renamed to salsa20/salsa/salsa20_amd64_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build (amd64 || loong64) && !purego && gc
5+
//go:build amd64 && !purego && gc
66

77
package salsa
88

salsa20/salsa/salsa20_loong64.go

-29
This file was deleted.

0 commit comments

Comments
 (0)