Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(190)

Unified Diff: doc/install-source.html

Issue 105830044: code review 105830044: [release-branch.go1.3] doc/install-source.html: documen... (Closed)
Patch Set: diff -r b476a7dbc241 https://code.google.com/p/go Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/install-source.html
===================================================================
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -457,7 +457,7 @@
</p>
<li><code>$GO386</code> (for <code>386</code> only, default is auto-detected
-if built natively, <code>387</code> if not)
+if built on either <code>386</code> or <code>amd64</code>, <code>387</code> otherwise)
<p>
This controls the code generated by 8g to use either the 387 floating-point unit
(set to <code>387</code>) or SSE2 instructions (set to <code>sse2</code>) for
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b