blob: 558635850c7860085e2b14ce20d01cf2aa39ab3c [file] [log] [blame]
limeidan0a89baf2022-04-09 11:40:40 +08001// Copyright 2022 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5//go:build loong64
limeidan0a89baf2022-04-09 11:40:40 +08006
7package cpu
8
9const cacheLineSize = 64
10
11func initOptions() {
12}