File: cpu_riscv64.go

package info (click to toggle)
golang-1.17 1.17.1-1~bpo11%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye-backports
  • size: 124,208 kB
  • sloc: asm: 113,579; ansic: 6,747; sh: 1,919; perl: 1,101; javascript: 597; python: 361; makefile: 108; cpp: 39; f90: 8; awk: 7; objc: 4
file content (10 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
// Copyright 2019 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 CacheLinePadSize = 32

func doinit() {
}