mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
* fix loong64 support * fix cacheLineSize to CacheLineSize Co-authored-by: Xi Zhang <zhangxi@loongson.cn>
13 lines
260 B
Go
13 lines
260 B
Go
// Copyright 2022 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.
|
|
|
|
//go:build loong64
|
|
// +build loong64
|
|
|
|
package cpu
|
|
|
|
const CacheLineSize = 64
|
|
|
|
func initOptions() {
|
|
}
|