forked from toolshed/abra
cli
cmd
pkg
scripts
tests
vendor
coopcloud.tech
dario.cat
git.coopcloud.tech
github.com
go.opentelemetry.io
golang.org
x
crypto
exp
mod
net
sync
sys
cpu
asm_aix_ppc64.s
asm_darwin_x86_gc.s
byteorder.go
cpu.go
cpu_aix.go
cpu_arm.go
cpu_arm64.go
cpu_arm64.s
cpu_darwin_x86.go
cpu_gc_arm64.go
cpu_gc_s390x.go
cpu_gc_x86.go
cpu_gc_x86.s
cpu_gccgo_arm64.go
cpu_gccgo_s390x.go
cpu_gccgo_x86.c
cpu_gccgo_x86.go
cpu_linux.go
cpu_linux_arm.go
cpu_linux_arm64.go
cpu_linux_mips64x.go
cpu_linux_noinit.go
cpu_linux_ppc64x.go
cpu_linux_riscv64.go
cpu_linux_s390x.go
cpu_loong64.go
cpu_mips64x.go
cpu_mipsx.go
cpu_netbsd_arm64.go
cpu_openbsd_arm64.go
cpu_openbsd_arm64.s
cpu_other_arm.go
cpu_other_arm64.go
cpu_other_mips64x.go
cpu_other_ppc64x.go
cpu_other_riscv64.go
cpu_other_x86.go
cpu_ppc64x.go
cpu_riscv64.go
cpu_s390x.go
cpu_s390x.s
cpu_wasm.go
cpu_x86.go
cpu_zos.go
cpu_zos_s390x.go
endian_big.go
endian_little.go
hwcap_linux.go
parse.go
proc_cpuinfo_linux.go
runtime_auxv.go
runtime_auxv_go121.go
syscall_aix_gccgo.go
syscall_aix_ppc64_gc.go
syscall_darwin_x86_gc.go
execabs
plan9
unix
windows
LICENSE
PATENTS
term
text
time
tools
google.golang.org
gopkg.in
gotest.tools
modules.txt
.dockerignore
.drone.yml
.envrc.sample
.gitignore
.goreleaser.yml
AUTHORS.md
Dockerfile
LICENSE
Makefile
README.md
go.mod
go.sum
renovate.json
11 lines
223 B
Go
11 lines
223 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.
|
|
|
|
package cpu
|
|
|
|
func archInit() {
|
|
doinit()
|
|
Initialized = true
|
|
}
|