2019-11-14 10:15:58 +00:00
|
|
|
// 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.
|
|
|
|
|
2021-06-28 06:53:50 +00:00
|
|
|
//go:build riscv64
|
2019-11-14 10:15:58 +00:00
|
|
|
// +build riscv64
|
|
|
|
|
|
|
|
package cpu
|
|
|
|
|
2024-01-18 18:54:54 +00:00
|
|
|
const cacheLineSize = 32
|
2021-06-28 06:53:50 +00:00
|
|
|
|
|
|
|
func initOptions() {}
|