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
|
|
|
|
|
|
|
package cpu
|
|
|
|
|
2024-04-04 15:52:49 +00:00
|
|
|
const cacheLineSize = 64
|
2021-06-28 06:53:50 +00:00
|
|
|
|
|
|
|
func initOptions() {}
|