Skip to content

Commit 7c35866

Browse files
prattmicgopherbot
authored andcommitted
Revert "argon2: add loong64 SIMD implementation"
This reverts CL 657795. Reason for revert: Does not build on 1.23 or 1.24 For golang/go#73354. Change-Id: I69498f24b57bd6650c9d1f4c755922cfaaba4a84 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/665555 Reviewed-by: abner chenc <chenguoqi@loongson.cn> Auto-Submit: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent 0091fc8 commit 7c35866

File tree

3 files changed

+1
-318
lines changed

3 files changed

+1
-318
lines changed

argon2/blamka_loong64.go

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

argon2/blamka_loong64.s

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

argon2/blamka_ref.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 argon2
88

0 commit comments

Comments
 (0)