1
0
mirror of https://github.com/golang/go synced 2024-11-08 01:46:14 -07:00
go/src/internal/cpu
Brad Fitzpatrick 03ef105dae all: remove nacl (part 3, more amd64p32)
Part 1: CL 199499 (GOOS nacl)
Part 2: CL 200077 (amd64p32 files, toolchain)
Part 3: stuff that arguably should've been part of Part 2, but I forgot
        one of my grep patterns when splitting the original CL up into
        two parts.

This one might also have interesting stuff to resurrect for any future
x32 ABI support.

Updates #30439

Change-Id: I2b4143374a253a003666f3c69e776b7e456bdb9c
Reviewed-on: https://go-review.googlesource.com/c/go/+/200318
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-10-10 22:38:38 +00:00
..
cpu_386.go
cpu_amd64.go
cpu_arm64.go
cpu_arm.go
cpu_mips64.go
cpu_mips64le.go
cpu_mips.go
cpu_mipsle.go
cpu_no_init.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
cpu_ppc64x.go internal/cpu, runtime: add CPU feature detection support for AIX 2018-10-31 16:11:20 +00:00
cpu_s390x_test.go
cpu_s390x.go internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x 2019-04-30 23:31:26 +00:00
cpu_s390x.s internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x 2019-04-30 23:31:26 +00:00
cpu_test.go internal/cpu: move GODEBUGCPU options into GODEBUG 2018-11-14 21:47:50 +00:00
cpu_wasm.go
cpu_x86_test.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
cpu_x86.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
cpu_x86.s all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
cpu.go all: fix typos 2019-09-08 17:28:20 +00:00
export_test.go