From e712759914afa063076bcf5207a93cafd003f7bc Mon Sep 17 00:00:00 2001
From: "Paul E. Murphy"
+ 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
.
+