]> Cypherpunks repositories - gostls13.git/commit
runtime: remove duplicate cpu feature detection on x86
authorMartin Möhrmann <moehrmann@google.com>
Fri, 25 May 2018 12:01:25 +0000 (14:01 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 25 May 2018 13:14:07 +0000 (13:14 +0000)
commit91d326e7341247dc3f4c391cc7eb7dd7163446aa
tree566def6093657a7e43be2bf1c529f60062b1fc80
parentbdaadeb3878eebf672e240f4d2a37318594bc45e
runtime: remove duplicate cpu feature detection on x86

This also allows the GODEBUGCPU options to change the
support_* runtime cpu feature variable values.

Change-Id: I884c5f03993afc7e3344ff2fd471a2c6cfde43d4
Reviewed-on: https://go-review.googlesource.com/114615
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/proc.go
src/runtime/runtime2.go