mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-01 19:17:36 +03:00
add loong64 support (#106)
* fix loong64 support * fix cacheLineSize to CacheLineSize Co-authored-by: Xi Zhang <zhangxi@loongson.cn>
This commit is contained in:
parent
54f1f4e2f9
commit
862fe372d9
1 changed files with 13 additions and 0 deletions
13
cpu/cpu_loong64.go
Normal file
13
cpu/cpu_loong64.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
// 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() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue