]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: delete all mulWW assembly code
authorWayne Zuo <wdvxdr@golangcn.org>
Wed, 27 Apr 2022 13:53:00 +0000 (21:53 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 28 Apr 2022 20:09:27 +0000 (20:09 +0000)
commit0eb93d6b43dde6721b2a52460037745843f7f2bf
tree28229c13da3032dbd564ccec32aee8c4f3634397
parent96a1ad298ad9e6a308c3b05c07e1b3bf53ac9cfe
math/big: delete all mulWW assembly code

Now gc can generate the same assembly code.

Change-Id: Iac503003e14045d63e2def66408c13cee516aa37
Reviewed-on: https://go-review.googlesource.com/c/go/+/402575
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
14 files changed:
src/math/big/arith.go
src/math/big/arith_386.s
src/math/big/arith_amd64.s
src/math/big/arith_arm.s
src/math/big/arith_arm64.s
src/math/big/arith_decl.go
src/math/big/arith_decl_pure.go
src/math/big/arith_mips64x.s
src/math/big/arith_mipsx.s
src/math/big/arith_ppc64x.s
src/math/big/arith_riscv64.s
src/math/big/arith_s390x.s
src/math/big/arith_test.go
src/math/big/arith_wasm.s