1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-26 05:37:18 +02:00
lazygit/vendor/golang.org/x/sys/cpu/cpu_riscv64.go

13 lines
259 B
Go
Raw Normal View History

2019-12-13 11:29:12 +01: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-01 21:07:21 +11:00
//go:build riscv64
2019-12-13 11:29:12 +01:00
// +build riscv64
package cpu
const cacheLineSize = 32
2020-08-25 08:12:16 +10:00
func initOptions() {}