summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/cpu/cpu_riscv64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/cpu/cpu_riscv64.go')
-rw-r--r--vendor/golang.org/x/sys/cpu/cpu_riscv64.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/cpu/cpu_riscv64.go b/vendor/golang.org/x/sys/cpu/cpu_riscv64.go
index efe2b7a..bd6c128 100644
--- a/vendor/golang.org/x/sys/cpu/cpu_riscv64.go
+++ b/vendor/golang.org/x/sys/cpu/cpu_riscv64.go
@@ -2,8 +2,11 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build riscv64
// +build riscv64
package cpu
const cacheLineSize = 32
+
+func initOptions() {}