]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: add options and warnings for required cpu features
authorMartin Möhrmann <moehrmann@google.com>
Tue, 23 Oct 2018 21:39:29 +0000 (23:39 +0200)
committerMartin Möhrmann <martisch@uos.de>
Wed, 24 Oct 2018 06:27:53 +0000 (06:27 +0000)
commit980340ade7acb057c2e0e244a4002c96274f8a77
tree64c97e360eba8dc5a92231c558a780bbeaed1ba4
parent1e38ecdbbee983a049500102af9e50ee33b446a8
internal/cpu: add options and warnings for required cpu features

Updates #27218

Change-Id: I8603f3a639cdd9ee201c4f1566692e5b88877fc4
Reviewed-on: https://go-review.googlesource.com/c/144107
Run-TryBot: Martin Möhrmann <martisch@uos.de>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/internal/cpu/cpu.go
src/internal/cpu/cpu_arm64.go
src/internal/cpu/cpu_ppc64x.go
src/internal/cpu/cpu_test.go
src/internal/cpu/cpu_x86.go