cpu_loong64.go 260 B

12345678910111213
  1. // 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. //go:build loong64
  5. // +build loong64
  6. package cpu
  7. const cacheLineSize = 64
  8. func initOptions() {
  9. }