1
0
mirror of https://github.com/golang/go synced 2024-11-17 21:54:49 -07:00
go/doc
Carlos Eduardo Seo 4ba69a9a17 cmd/compile: add processor level selection support to ppc64{,le}
ppc64{,le} processor level selection allows the compiler to generate instructions
targeting newer processors and processor-specific optimizations without breaking
compatibility with our current baseline. This feature introduces a new environment
variable, GOPPC64.

GOPPC64 is a GOARCH=ppc64{,le} specific option, for a choice between different
processor levels (i.e. Instruction Set Architecture versions) for which the
compiler will target. The default is 'power8'.

Change-Id: Ic152e283ae1c47084ece4346fa002a3eabb3bb9e
Reviewed-on: https://go-review.googlesource.com/c/go/+/163758
Run-TryBot: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
2019-03-13 14:44:02 +00:00
..
articles
codewalk doc: fix a typo 2019-02-05 18:11:45 +00:00
devel doc: add 1.10.8 and 1.11.5 to the releases list 2019-02-27 16:27:34 +00:00
gopher
play
progs
asm.html
cmd.html doc: don't use "go tool vet" as an example 2019-02-13 05:35:45 +00:00
code.html
conduct.html
contrib.html doc: add 1.12 to the project history 2019-02-26 17:31:55 +00:00
contribute.html doc: 2019 is the Year of the Gopher 2019-01-01 06:18:45 +00:00
debugging_with_gdb.html doc: fix typos 2019-02-09 17:34:48 +00:00
diagnostics.html doc: document GODEBUG options to disable use of instruction set extensions 2018-12-18 14:59:36 +00:00
docs.html
editors.html
effective_go.html doc: add missing paragraph break in Effective Go 2019-03-07 04:46:03 +00:00
gccgo_contribute.html
gccgo_install.html
go1.1.html
go1.2.html
go1.3.html doc: fix typos 2019-02-09 17:34:48 +00:00
go1.4.html
go1.5.html
go1.6.html
go1.7.html
go1.8.html
go1.9.html
go1.10.html
go1.11.html
go1.12.html doc: fix bad lib/time link in 1.12 release notes 2019-03-03 17:48:05 +00:00
go1.html
go1compat.html
go_faq.html
go_mem.html doc: go_mem: clarify Once docs 2018-12-21 21:46:38 +00:00
go_spec.html spec: document new Go2 number literals 2019-03-12 16:13:39 +00:00
go-logo-black.png
go-logo-blue.png
go-logo-white.png
help.html
ie.css
install-source.html cmd/compile: add processor level selection support to ppc64{,le} 2019-03-13 14:44:02 +00:00
install.html doc: make path platform dependent 2019-03-04 17:36:16 +00:00
root.html
security.html
share.png
tos.html