mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 20:47:36 +03:00
12 lines
247 B
Go
12 lines
247 B
Go
// Copyright 2020 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 arm64
|
|
// +build arm64
|
|
|
|
package cpu
|
|
|
|
func osInit() {
|
|
hwcapInit("android")
|
|
}
|