summaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.26/src/internal/cpu/cpu_loong64_linux.go
blob: 73bc384a54e8433444cb9456a8c791e0961ee0fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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()
}