2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 09:30:50 +00:00
restic/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go

12 lines
240 B
Go
Raw Normal View History

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