Sign in
go
/
go
/
686bbb7f9a4a042cdea9877c7ca05875d7f2e793
/
.
/
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()
}