1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-23 21:51:07 +02:00
lazygit/vendor/golang.org/x/sys/cpu/cpu_mipsx.go
Jesse Duffield 63e2078c1c bump gocui
2021-04-02 13:59:21 +11:00

13 lines
270 B
Go

// Copyright 2018 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.
//go:build mips || mipsle
// +build mips mipsle
package cpu
const cacheLineSize = 32
func initOptions() {}