We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5219a1e commit c19019eCopy full SHA for c19019e
cpu/cpu_riscv64.go
@@ -0,0 +1,9 @@
1
+// Copyright 2019 The Go Authors. All rights reserved.
2
+// Use of this source code is governed by a BSD-style
3
+// license that can be found in the LICENSE file.
4
+
5
+// +build riscv64
6
7
+package cpu
8
9
+const cacheLineSize = 32
0 commit comments