mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
14 lines
783 B
Diff
14 lines
783 B
Diff
diff --git a/vendor/github.com/aperturerobotics/jacobsa-crypto/cmac/hash_64bit.go b/vendor/github.com/aperturerobotics/jacobsa-crypto/cmac/hash_64bit.go
|
|
index fe31eda..714381b 100644
|
|
--- a/vendor/github.com/aperturerobotics/jacobsa-crypto/cmac/hash_64bit.go
|
|
+++ b/vendor/github.com/aperturerobotics/jacobsa-crypto/cmac/hash_64bit.go
|
|
@@ -13,7 +13,7 @@
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
-// +build amd64 arm64 ppc64 ppc64le s390x mips64 mips64le
|
|
+// +build amd64 arm64 ppc64 ppc64le s390x mips64 mips64le loong64
|
|
|
|
// This code assumes that it's safe to perform unaligned word-sized loads. This is safe on:
|
|
// - arm64 per http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/ch05s01s02.html
|