blob: d0f1f2e215042d4b1b63b29ebec39971b8878de8 [file] [log] [blame]
// 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.
// +build !386
// +build !amd64
// +build !amd64p32
// +build !arm
// +build !arm64
// +build !mips64
// +build !mips64le
// +build !ppc
// +build !ppc64
// +build !ppc64le
// +build !riscv64
// +build !s390x
package cpu
func doinit() {
}