Sign in
go
/
go
/
48cd0253afdd540979e2b08d9343f4b47d8fb508
/
.
/
src
/
internal
/
cpu
/
cpu_loong64_linux.go
blob: 73bc384a54e8433444cb9456a8c791e0961ee0fe [
file
]
// Copyright 2023 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 && linux
package cpu
func osInit() {
hwcapInit()
}