[go] doc: Improve documentation for GOAMD64

117 views
Skip to first unread message

Ulrich Kunitz (Gerrit)

unread,
Dec 15, 2021, 11:38:47 AM12/15/21
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Ulrich Kunitz has uploaded this change for review.

View Change

doc: Improve documentation for GOAMD64

The change clarifies in the release notes for go1.18 that the variable
is for compilation and references the microarchitecture description in
the Go Wiki,
https://github.com/golang/go/wiki/MinimumRequirements#microarchitecture-support,
and references the same information in the output of go help
environment.

Fixes #50174

Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
---
M src/cmd/go/internal/help/helpdoc.go
M doc/go1.18.html
M src/cmd/go/alldocs.go
3 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/doc/go1.18.html b/doc/go1.18.html
index e5222b7..afdfac9 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -118,10 +118,11 @@

<p><!-- CL 349595 -->
Go 1.18 introduces the new <code>GOAMD64</code> environment variable which selects
- a version of the AMD64 architecture. Allowed values are <code>v1</code>,
+ a version of the AMD64 architecture for compilation. Allowed values are <code>v1</code>,
<code>v2</code>, <code>v3</code>, or <code>v4</code>. Each higher level requires,
- and takes advantage of, additional processor features. A detailed description of the
- versions is <a href="https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels">here</a>.
+ and takes advantage of, additional processor features. A detailed
+ description can be found
+ <a href="https://github.com/golang/go/wiki/MinimumRequirements#microarchitecture-support">here</a>.
</p>
<p>
The <code>GOAMD64</code> environment variable defaults to <code>v1</code>.
diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go
index 6703792..b1a9abc 100644
--- a/src/cmd/go/alldocs.go
+++ b/src/cmd/go/alldocs.go
@@ -2077,7 +2077,7 @@
// GOAMD64
// For GOARCH=amd64, the microarchitecture level for which to compile.
// Valid values are v1 (default), v2, v3, v4.
-// See https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels.
+// See https://github.com/golang/go/wiki/MinimumRequirements#microarchitecture-support
// GOMIPS
// For GOARCH=mips{,le}, whether to use floating point instructions.
// Valid values are hardfloat (default), softfloat.
diff --git a/src/cmd/go/internal/help/helpdoc.go b/src/cmd/go/internal/help/helpdoc.go
index 035235f..0767730 100644
--- a/src/cmd/go/internal/help/helpdoc.go
+++ b/src/cmd/go/internal/help/helpdoc.go
@@ -595,7 +595,7 @@
GOAMD64
For GOARCH=amd64, the microarchitecture level for which to compile.
Valid values are v1 (default), v2, v3, v4.
- See https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels.
+ See https://github.com/golang/go/wiki/MinimumRequirements#microarchitecture-support
GOMIPS
For GOARCH=mips{,le}, whether to use floating point instructions.
Valid values are hardfloat (default), softfloat.

To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
Gerrit-Change-Number: 372194
Gerrit-PatchSet: 1
Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
Gerrit-MessageType: newchange

Ian Lance Taylor (Gerrit)

unread,
Dec 15, 2021, 4:23:32 PM12/15/21
to Ulrich Kunitz, goph...@pubsubhelper.golang.org, Keith Randall, Bryan Mills, Michael Matloob, Russ Cox, Gopher Robot, golang-co...@googlegroups.com

Attention is currently required from: Bryan Mills, Keith Randall, Michael Matloob, Ulrich Kunitz.

Patch set 1:Run-TryBot +1

View Change

    To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
    Gerrit-Change-Number: 372194
    Gerrit-PatchSet: 1
    Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-Reviewer: Bryan Mills <bcm...@google.com>
    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Michael Matloob <mat...@golang.org>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-CC: Russ Cox <r...@golang.org>
    Gerrit-Attention: Bryan Mills <bcm...@google.com>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: Michael Matloob <mat...@golang.org>
    Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-Comment-Date: Wed, 15 Dec 2021 21:23:28 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    Gerrit-MessageType: comment

    Bryan Mills (Gerrit)

    unread,
    Dec 15, 2021, 4:34:23 PM12/15/21
    to Ulrich Kunitz, goph...@pubsubhelper.golang.org, Michael Matloob, Keith Randall, Ian Lance Taylor, Russ Cox, Gopher Robot, golang-co...@googlegroups.com, Bryan Mills

    Attention is currently required from: Keith Randall, Ulrich Kunitz.

    Bryan Mills removed Michael Matloob from this change.

    View Change

    To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
    Gerrit-Change-Number: 372194
    Gerrit-PatchSet: 1
    Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-CC: Russ Cox <r...@golang.org>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-MessageType: deleteReviewer

    Keith Randall (Gerrit)

    unread,
    Dec 15, 2021, 5:21:22 PM12/15/21
    to Ulrich Kunitz, goph...@pubsubhelper.golang.org, Gopher Robot, Keith Randall, Ian Lance Taylor, Russ Cox, golang-co...@googlegroups.com

    Attention is currently required from: Ulrich Kunitz.

    View Change

    4 comments:

    To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
    Gerrit-Change-Number: 372194
    Gerrit-PatchSet: 1
    Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-Reviewer: Gopher Robot <go...@golang.org>
    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-CC: Russ Cox <r...@golang.org>
    Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-Comment-Date: Wed, 15 Dec 2021 22:21:14 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Gerrit-MessageType: comment

    Ulrich Kunitz (Gerrit)

    unread,
    Dec 16, 2021, 3:45:37 AM12/16/21
    to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

    Attention is currently required from: Ulrich Kunitz.

    Ulrich Kunitz uploaded patch set #2 to this change.

    View Change

    doc: Improve documentation for GOAMD64

    The change clarifies in the release notes for go1.18 that the variable
    is for compilation and references the microarchitecture description in
    the Go Wiki,
    https://github.com/golang/go/wiki/MinimumRequirements#amd64,

    and references the same information in the output of go help
    environment.

    Fixes #50174

    Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
    ---
    M src/cmd/go/internal/help/helpdoc.go
    M doc/go1.18.html
    M src/cmd/go/alldocs.go
    3 files changed, 25 insertions(+), 6 deletions(-)

    To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
    Gerrit-Change-Number: 372194
    Gerrit-PatchSet: 2
    Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-Reviewer: Gopher Robot <go...@golang.org>
    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-CC: Russ Cox <r...@golang.org>
    Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-MessageType: newpatchset

    Ulrich Kunitz (Gerrit)

    unread,
    Dec 17, 2021, 10:39:53 AM12/17/21
    to goph...@pubsubhelper.golang.org, Gopher Robot, Keith Randall, Ian Lance Taylor, Russ Cox, golang-co...@googlegroups.com

    Attention is currently required from: Keith Randall.

    View Change

    5 comments:

    • Patchset:

      • Patch Set #2:

        I have addressed Keith's comments in a second patch set.

    • File doc/go1.18.html:

      • I don't think "for compilation" adds anything. Maybe "... […]

        Done

      • My intention was to include to reference the general information as well. I have now added a reference to the general section in the amd64 section and link to it directly.

    • File src/cmd/go/alldocs.go:

      • Same here, link to #amd64 section. […]

        Done

    • File src/cmd/go/internal/help/helpdoc.go:

      • Done

    To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
    Gerrit-Change-Number: 372194
    Gerrit-PatchSet: 2
    Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
    Gerrit-Reviewer: Gopher Robot <go...@golang.org>
    Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-CC: Russ Cox <r...@golang.org>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Comment-Date: Fri, 17 Dec 2021 15:39:47 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Keith Randall <k...@golang.org>
    Gerrit-MessageType: comment

    Keith Randall (Gerrit)

    unread,
    Jan 4, 2022, 3:25:54 PM1/4/22
    to Ulrich Kunitz, goph...@pubsubhelper.golang.org, Keith Randall, Gopher Robot, Ian Lance Taylor, Russ Cox, golang-co...@googlegroups.com

    Attention is currently required from: Ulrich Kunitz.

    Patch set 2:Code-Review +2

    View Change

      To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

      Gerrit-Project: go
      Gerrit-Branch: master
      Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
      Gerrit-Change-Number: 372194
      Gerrit-PatchSet: 2
      Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
      Gerrit-Reviewer: Gopher Robot <go...@golang.org>
      Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
      Gerrit-Reviewer: Keith Randall <k...@golang.org>
      Gerrit-CC: Russ Cox <r...@golang.org>
      Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
      Gerrit-Comment-Date: Tue, 04 Jan 2022 20:25:45 +0000

      Keith Randall (Gerrit)

      unread,
      Jan 4, 2022, 3:26:01 PM1/4/22
      to Ulrich Kunitz, goph...@pubsubhelper.golang.org, Keith Randall, Gopher Robot, Ian Lance Taylor, Russ Cox, golang-co...@googlegroups.com

      Attention is currently required from: Ulrich Kunitz.

      Patch set 2:Run-TryBot +1

      View Change

        To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

        Gerrit-Project: go
        Gerrit-Branch: master
        Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
        Gerrit-Change-Number: 372194
        Gerrit-PatchSet: 2
        Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
        Gerrit-Reviewer: Gopher Robot <go...@golang.org>
        Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
        Gerrit-Reviewer: Keith Randall <k...@golang.org>
        Gerrit-CC: Russ Cox <r...@golang.org>
        Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
        Gerrit-Comment-Date: Tue, 04 Jan 2022 20:25:55 +0000

        Ian Lance Taylor (Gerrit)

        unread,
        Jan 4, 2022, 3:50:38 PM1/4/22
        to Ulrich Kunitz, goph...@pubsubhelper.golang.org, Gopher Robot, Keith Randall, Russ Cox, golang-co...@googlegroups.com

        Attention is currently required from: Ulrich Kunitz.

        View Change

        3 comments:

        To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

        Gerrit-Project: go
        Gerrit-Branch: master
        Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
        Gerrit-Change-Number: 372194
        Gerrit-PatchSet: 2
        Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
        Gerrit-Reviewer: Gopher Robot <go...@golang.org>
        Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
        Gerrit-Reviewer: Keith Randall <k...@golang.org>
        Gerrit-CC: Russ Cox <r...@golang.org>
        Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
        Gerrit-Comment-Date: Tue, 04 Jan 2022 20:50:33 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        Gerrit-MessageType: comment

        Ulrich Kunitz (Gerrit)

        unread,
        Jan 5, 2022, 1:43:21 AM1/5/22
        to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

        Attention is currently required from: Ulrich Kunitz.

        Ulrich Kunitz uploaded patch set #3 to this change.

        View Change

        doc: improve documentation for GOAMD64


        The change clarifies in the release notes for go1.18 that the variable
        is for compilation and references the microarchitecture description in
        the Go Wiki,
        https://golang.org/wiki/MinimumRequirements#amd64,

        and references the same information in the output of go help
        environment.

        Fixes #50174

        Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
        ---
        M src/cmd/go/internal/help/helpdoc.go
        M doc/go1.18.html
        M src/cmd/go/alldocs.go
        3 files changed, 25 insertions(+), 6 deletions(-)

        To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

        Gerrit-Project: go
        Gerrit-Branch: master
        Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
        Gerrit-Change-Number: 372194
        Gerrit-PatchSet: 3
        Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
        Gerrit-Reviewer: Gopher Robot <go...@golang.org>
        Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
        Gerrit-Reviewer: Keith Randall <k...@golang.org>
        Gerrit-CC: Russ Cox <r...@golang.org>
        Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
        Gerrit-MessageType: newpatchset

        Ulrich Kunitz (Gerrit)

        unread,
        Jan 5, 2022, 1:50:24 AM1/5/22
        to goph...@pubsubhelper.golang.org, Gopher Robot, Keith Randall, Ian Lance Taylor, Russ Cox, golang-co...@googlegroups.com

        Attention is currently required from: Ian Lance Taylor.

        View Change

        4 comments:

        • Commit Message:

          • Done

          • Write this as […]

            Done

        • Patchset:

        • File src/cmd/go/internal/help/helpdoc.go:

          • https://golang. […]

            I have changed the reference in all place where it is listed: commit message, doc/go1.18.html, src/cmd/go/internal/help/helpdoc.go and also src/cmd/go/alldocs.go by executing src/cmd/go/mkalldocs.sh.

        To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

        Gerrit-Project: go
        Gerrit-Branch: master
        Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
        Gerrit-Change-Number: 372194
        Gerrit-PatchSet: 3
        Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
        Gerrit-Reviewer: Gopher Robot <go...@golang.org>
        Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
        Gerrit-Reviewer: Keith Randall <k...@golang.org>
        Gerrit-CC: Russ Cox <r...@golang.org>
        Gerrit-Attention: Ian Lance Taylor <ia...@golang.org>
        Gerrit-Comment-Date: Wed, 05 Jan 2022 06:50:19 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        Comment-In-Reply-To: Ian Lance Taylor <ia...@golang.org>
        Gerrit-MessageType: comment

        Ian Lance Taylor (Gerrit)

        unread,
        Jan 5, 2022, 7:04:43 PM1/5/22
        to Ulrich Kunitz, goph...@pubsubhelper.golang.org, Gopher Robot, Keith Randall, Russ Cox, golang-co...@googlegroups.com

        Attention is currently required from: Ulrich Kunitz.

        Patch set 3:Run-TryBot +1Code-Review +2

        View Change

          To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

          Gerrit-Project: go
          Gerrit-Branch: master
          Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
          Gerrit-Change-Number: 372194
          Gerrit-PatchSet: 3
          Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
          Gerrit-Reviewer: Gopher Robot <go...@golang.org>
          Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
          Gerrit-Reviewer: Keith Randall <k...@golang.org>
          Gerrit-CC: Russ Cox <r...@golang.org>
          Gerrit-Attention: Ulrich Kunitz <uli.k...@gmail.com>
          Gerrit-Comment-Date: Thu, 06 Jan 2022 00:04:37 +0000

          Keith Randall (Gerrit)

          unread,
          Jan 5, 2022, 7:26:51 PM1/5/22
          to Keith Randall, Ulrich Kunitz, goph...@pubsubhelper.golang.org, golang-...@googlegroups.com, Gopher Robot, Ian Lance Taylor, Russ Cox, golang-co...@googlegroups.com

          Keith Randall submitted this change.

          View Change


          Approvals: Keith Randall: Looks good to me, approved Ian Lance Taylor: Looks good to me, approved; Run TryBots Gopher Robot: TryBots succeeded
          doc: improve documentation for GOAMD64

          The change clarifies in the release notes for go1.18 that the variable
          is for compilation and references the microarchitecture description in
          the Go Wiki,
          https://golang.org/wiki/MinimumRequirements#amd64,
          and references the same information in the output of go help
          environment.

          Fixes #50174

          Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
          Reviewed-on: https://go-review.googlesource.com/c/go/+/372194
          Reviewed-by: Keith Randall <k...@golang.org>
          Reviewed-by: Ian Lance Taylor <ia...@golang.org>
          Run-TryBot: Ian Lance Taylor <ia...@golang.org>
          TryBot-Result: Gopher Robot <go...@golang.org>

          ---
          M src/cmd/go/internal/help/helpdoc.go
          M doc/go1.18.html
          M src/cmd/go/alldocs.go
          3 files changed, 30 insertions(+), 6 deletions(-)

          diff --git a/doc/go1.18.html b/doc/go1.18.html
          index a5d7dcf..0f313ee 100644
          --- a/doc/go1.18.html
          +++ b/doc/go1.18.html
          @@ -143,11 +143,12 @@
          <h3 id="amd64">AMD64</h3>


          <p><!-- CL 349595 -->
          -  Go 1.18 introduces the new <code>GOAMD64</code> environment variable which selects

          - a version of the AMD64 architecture. Allowed values are <code>v1</code>,
          +  Go 1.18 introduces the new <code>GOAMD64</code> environment variable, which selects
          + a mininum target version of the AMD64 architecture. Allowed values are <code>v1</code>,

          <code>v2</code>, <code>v3</code>, or <code>v4</code>. Each higher level requires,
          - and takes advantage of, additional processor features. A detailed description of the
          - versions is <a href="https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels">here</a>.
          + and takes advantage of, additional processor features. A detailed
          + description can be found
          +  <a href="https://golang.org/wiki/MinimumRequirements#amd64">here</a>.

          </p>
          <p>
          The <code>GOAMD64</code> environment variable defaults to <code>v1</code>.
          diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go
          index d903214..3bb9d14 100644
          --- a/src/cmd/go/alldocs.go
          +++ b/src/cmd/go/alldocs.go
          @@ -2131,7 +2131,7 @@

          // GOAMD64
          // For GOARCH=amd64, the microarchitecture level for which to compile.
          // Valid values are v1 (default), v2, v3, v4.
          -// See https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels.
          +// 		See https://golang.org/wiki/MinimumRequirements#amd64

          // GOMIPS
          // For GOARCH=mips{,le}, whether to use floating point instructions.
          // Valid values are hardfloat (default), softfloat.
          diff --git a/src/cmd/go/internal/help/helpdoc.go b/src/cmd/go/internal/help/helpdoc.go
          index 035235f..7dc066c 100644

          --- a/src/cmd/go/internal/help/helpdoc.go
          +++ b/src/cmd/go/internal/help/helpdoc.go
          @@ -595,7 +595,7 @@
          GOAMD64
          For GOARCH=amd64, the microarchitecture level for which to compile.
          Valid values are v1 (default), v2, v3, v4.
          - See https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels.
          +		See https://golang.org/wiki/MinimumRequirements#amd64

          GOMIPS
          For GOARCH=mips{,le}, whether to use floating point instructions.
          Valid values are hardfloat (default), softfloat.

          To view, visit change 372194. To unsubscribe, or for help writing mail filters, visit settings.

          Gerrit-Project: go
          Gerrit-Branch: master
          Gerrit-Change-Id: I6a7d5a06f48463a810c96cc9c76fe66113d5147c
          Gerrit-Change-Number: 372194
          Gerrit-PatchSet: 4
          Gerrit-Owner: Ulrich Kunitz <uli.k...@gmail.com>
          Gerrit-Reviewer: Gopher Robot <go...@golang.org>
          Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
          Gerrit-Reviewer: Keith Randall <k...@golang.org>
          Gerrit-CC: Russ Cox <r...@golang.org>
          Gerrit-MessageType: merged
          Reply all
          Reply to author
          Forward
          0 new messages