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 <mpratt@google.com> Reviewed-by: abner chenc <chenguoqi@loongson.cn> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)