2018-08-09 10:46:52 +00:00
|
|
|
// 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.
|
|
|
|
|
|
|
|
package cpu
|
|
|
|
|
|
|
|
const cacheLineSize = 256
|
2019-02-14 16:14:28 +00:00
|
|
|
|
|
|
|
func doinit() {}
|