2019-12-02 06:02:33 +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-04-04 21:48:36 +00:00
|
|
|
//go:build riscv64
|
2019-12-02 06:02:33 +00:00
|
|
|
|
|
|
|
package cpu
|
|
|
|
|
2023-10-11 16:55:24 +00:00
|
|
|
const cacheLineSize = 64
|
2020-09-15 14:00:50 +00:00
|
|
|
|
|
|
|
func initOptions() {}
|