go/src/internal/cpu
Martin Möhrmann 7289607b1b internal/cpu: align capability definitions for x86 with other architectures
Use constant masks and align the definition of isSet with
arm64 and ppc64x.

Change-Id: I0c6eae30da5e3ce797cde0dab4a39855d4d245d9
Reviewed-on: https://go-review.googlesource.com/94759
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-04-10 16:23:44 +00:00
..
cpu.go internal/cpu,runtime: call cpu.initialize before alginit 2018-04-10 16:13:52 +00:00
cpu_arm.go
cpu_arm64.go internal/cpu,runtime: call cpu.initialize before alginit 2018-04-10 16:13:52 +00:00
cpu_mips.go
cpu_mips64.go
cpu_mips64le.go
cpu_mipsle.go
cpu_no_init.go internal/cpu,runtime: call cpu.initialize before alginit 2018-04-10 16:13:52 +00:00
cpu_ppc64x.go runtime, internal/cpu: CPU capabilities detection for ppc64x 2017-08-14 12:16:42 +00:00
cpu_s390x.go
cpu_test.go internal/cpu: skip arm64 feature test on unsupported GOOS 2018-04-08 05:22:26 +00:00
cpu_x86.go internal/cpu: align capability definitions for x86 with other architectures 2018-04-10 16:23:44 +00:00
cpu_x86.s