Sign in
go
/
go.git
/
refs/heads/master
/
.
/
src
/
internal
/
cpu
/
cpu_loong64_linux.go
blob: 73bc384a54e8433444cb9456a8c791e0961ee0fe [
file
] [
log
] [
blame
] [
edit
]
// 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()
}