Retro68/gcc/libgo/go/internal/cpu/cpu_arm64_android.go

12 lines
231 B
Go
Raw Normal View History

// Copyright 2020 The Go Authors. All rights reserved.
2018-12-28 15:30:48 +00:00
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build arm64
2018-12-28 15:30:48 +00:00
package cpu
func osInit() {
hwcapInit("android")
}