Sha256: 4c42d0ae48b0790ae2e0e8d8dd18d62adb64b19a1d2c5d5c34074188b2c0da20
Contents?: true
Size: 361 Bytes
Versions: 16
Compression:
Stored size: 361 Bytes
Contents
// Copyright 2018 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 !386 && !amd64 && !amd64p32 && !arm64 // +build !386,!amd64,!amd64p32,!arm64 package cpu func archInit() { if err := readHWCAP(); err != nil { return } doinit() Initialized = true }
Version data entries
16 entries across 16 versions & 1 rubygems