2018-07-25 08:16:41 -04: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 = 32
|
2019-02-28 13:16:30 -05:00
|
|
|
|
|
|
|
func doinit() {}
|