From: Milan Knezevic Date: Wed, 29 Aug 2018 11:56:37 +0000 (+0200) Subject: doc: add GOMIPS64 to source installation docs X-Git-Tag: go1.12beta1~1162 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b88e4ad613deec84650fb763bf6005eacee4cf79;p=gostls13.git doc: add GOMIPS64 to source installation docs Fixes #27258 Change-Id: I1ac75087e2b811e6479990e12d71f2c1f4f47b64 Reviewed-on: https://go-review.googlesource.com/132015 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/install-source.html b/doc/install-source.html index f6d9473d9b..2d12a28869 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -639,14 +639,10 @@ contains further details regarding Go's ARM support.

-
  • $GOMIPS (for mips and mipsle only) +
  • $GOMIPS (for mips and mipsle only)
    $GOMIPS64 (for mips64 and mips64le only)

    -This sets whether to use floating point instructions. + These variables set whether to use floating point instructions. Set to "hardfloat" to use floating point instructions; this is the default. Set to "softfloat" to use soft floating point.

    -
      -
    • GOMIPS=hardfloat: use floating point instructions (the default)
    • -
    • GOMIPS=softfloat: use soft floating point
    • -