]> Cypherpunks repositories - gostls13.git/commit
runtime: refactor cpu feature detection for 386 & amd64
authorMartin Möhrmann <moehrmann@google.com>
Thu, 27 Apr 2017 06:30:27 +0000 (08:30 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Mon, 1 May 2017 20:46:03 +0000 (20:46 +0000)
commit5a6c58099085a8156bc42b68a7cf51b5b9c72802
tree245a4db2af872b465cfb8e6220c4b8ae26996466
parent1f85d3ad09152e09d5f4e9b6d9dcec72dbb4ad9b
runtime: refactor cpu feature detection for 386 & amd64

Changes all cpu features to be detected and stored in bools in rt0_go.

Updates: #15403

Change-Id: I5a9961cdec789b331d09c44d86beb53833d5dc3e
Reviewed-on: https://go-review.googlesource.com/41950
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ilya Tocar <ilya.tocar@intel.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/alg.go
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/cpuflags_amd64.go
src/runtime/memclr_386.s
src/runtime/memmove_386.s
src/runtime/memmove_amd64.s
src/runtime/runtime2.go