aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes/asm_ppc64x.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/aes/asm_ppc64x.s')
-rw-r--r--src/crypto/aes/asm_ppc64x.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/aes/asm_ppc64x.s b/src/crypto/aes/asm_ppc64x.s
index 288f7256c7..859cffa3ee 100644
--- a/src/crypto/aes/asm_ppc64x.s
+++ b/src/crypto/aes/asm_ppc64x.s
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build ppc64 || ppc64le
+//go:build (ppc64 || ppc64le) && !purego
// Based on CRYPTOGAMS code with the following comment:
// # ====================================================================