]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: use 'off' for disabling cpu capabilities instead of '0'
authorMartin Möhrmann <moehrmann@google.com>
Fri, 12 Oct 2018 16:01:50 +0000 (18:01 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Fri, 12 Oct 2018 16:44:26 +0000 (16:44 +0000)
commit4fb8b1de3cf629c94910c5389220a07963bd44e2
tree07b76c0c0ddfb5e0656bcbd222db7f0ad5195f78
parentd82e51a11973714708ddc7f9f055ae8ea3d509f1
internal/cpu: use 'off' for disabling cpu capabilities instead of '0'

Updates #27218

Change-Id: I4ce20376fd601b5f958d79014af7eaf89e9de613
Reviewed-on: https://go-review.googlesource.com/c/141818
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/internal/cpu/cpu.go
src/internal/cpu/cpu_test.go
src/internal/cpu/cpu_x86_test.go