mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Fix support for loong64
This commit is contained in:
parent
c785bd3a1e
commit
6a19709eca
1 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build loong64
|
||||
// +build loong64
|
||||
|
||||
package cpu
|
||||
|
||||
const CacheLineSize = 64
|
||||
// CacheLinePadSize is used to prevent false sharing of cache lines.
|
||||
// We choose 64 because Loongson 3A5000 the L1 Dcache is 4-way 256-line 64-byte-per-line.
|
||||
const CacheLinePadSize = 64
|
||||
|
||||
func initOptions() {
|
||||
}
|
||||
func doinit() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue