From 18f52af5be3a9a0c73811706108f790d65ee9c67 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 29 Nov 2021 01:46:27 +0100 Subject: [pkg] update vendor --- vendor/github.com/templexxx/cpu/cpu_mips64le.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vendor/github.com/templexxx/cpu/cpu_mips64le.go (limited to 'vendor/github.com/templexxx/cpu/cpu_mips64le.go') diff --git a/vendor/github.com/templexxx/cpu/cpu_mips64le.go b/vendor/github.com/templexxx/cpu/cpu_mips64le.go new file mode 100644 index 0000000..078a6c3 --- /dev/null +++ b/vendor/github.com/templexxx/cpu/cpu_mips64le.go @@ -0,0 +1,7 @@ +// Copyright 2017 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package cpu + +const CacheLineSize = 32 -- cgit v1.2.3