diff --git a/doc/go1.8.html b/doc/go1.8.html index 397dd0a7a3..2687772a12 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -77,7 +77,9 @@ func example() {
Go now supports 32-bit MIPS on Linux for both big-endian
(linux/mips) and little-endian machines
-(linux/mipsle).
+(linux/mipsle) that implement the MIPS32r1 instruction set with FPU
+or kernel FPU emulation. Note that many common MIPS-based routers lack an FPU and
+have firmware that doesn't enable kernel FPU emulation; Go won't run on such machines.