]> Cypherpunks repositories - gostls13.git/commit
math/big: Unify divWW implementation for ppc64 and ppc64le.
authorCarlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Thu, 30 Mar 2017 21:30:07 +0000 (18:30 -0300)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Fri, 31 Mar 2017 14:05:12 +0000 (14:05 +0000)
commit4a1140472b3093edf9cd653666242393d7f4c2bd
treee7312bcbb13b371e5edfdbbaf1d3a93a0af11643
parent5a45a157f2e94cb3fec38a3be8afa3bffd800067
math/big: Unify divWW implementation for ppc64 and ppc64le.

Starting in go1.9, the minimum processor requirement for ppc64 is POWER8. So it
may now use the same divWW implementation as ppc64le.

Updates #19074

Change-Id: If1a85f175cda89eee06a1024ccd468da6124c844
Reviewed-on: https://go-review.googlesource.com/39010
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
src/math/big/arith_ppc64.s [deleted file]
src/math/big/arith_ppc64le.s [deleted file]
src/math/big/arith_ppc64x.s