]> Cypherpunks repositories - gostls13.git/commit
math/big: initial vector arithmetic in riscv64 assembly
authorJoel Sing <joel@sing.id.au>
Tue, 25 Feb 2020 16:09:59 +0000 (03:09 +1100)
committerRobert Griesemer <gri@golang.org>
Tue, 25 Feb 2020 16:47:02 +0000 (16:47 +0000)
commitfe708385987231fa99d34df5b8c9d14afa0d35cf
tree74ec483e9f86ba927041da73e346f240f10c4786
parent89f249a40d6317620243bc2dac083dffafcb4448
math/big: initial vector arithmetic in riscv64 assembly

Provide an assembly implementation of mulWW - for now all others run the
Go code.

Change-Id: Icb594c31048255f131bdea8d64f56784fc9db4d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/220919
Reviewed-by: Robert Griesemer <gri@golang.org>
src/math/big/arith_decl.go
src/math/big/arith_decl_pure.go
src/math/big/arith_riscv64.s [new file with mode: 0644]