diff --git a/doc/go1.21.html b/doc/go1.21.html index b5c473113d..1d49084325 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -1203,6 +1203,22 @@ Do not send CLs removing the interior tags from such phrases. need to rename them.
+
+ On Linux, GOPPC64=power10 now generates PC-relative instructions, prefixed
+ instructions, and other new Power10 instructions. On AIX, GOPPC64=power10
+ generates Power10 instructions, but does not generate PC-relative instructions.
+
+ When building position-independent binaries for GOPPC64=power10
+ GOOS=linux GOARCH=ppc64le, users can expect reduced binary
+ sizes in most cases, in some cases 3.5%. Position-independent binaries are built for
+ ppc64le with the following -buildmode values:
+ c-archive, c-shared, shared, pie, plugin.
+