restic/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go

12 lines
240 B
Go
Raw Normal View History

2019-03-17 12:13:53 +01:00
// Copyright 2019 The Go Authors. All rights reserved.
2018-05-07 22:47:39 +02:00
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2019-03-17 12:13:53 +01:00
// +build !linux,arm64
2018-05-07 22:47:39 +02:00
package cpu
2019-03-17 12:13:53 +01:00
const cacheLineSize = 64
2019-01-27 21:07:57 +01:00
func doinit() {}