]> Cypherpunks repositories - gostls13.git/commit
math, math/big: add support for GOARCH=mips{,le}
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 18 Oct 2016 21:50:55 +0000 (23:50 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 Nov 2016 22:55:06 +0000 (22:55 +0000)
commitd1e9104fb25a71aa459ee329452545a0ceebdcf9
treefd7e9121bec107cb6e42a28136cd99b2b91cad72
parent9788e3d4d72792da22a12e54f8a86e25a03b58ab
math, math/big: add support for GOARCH=mips{,le}

Change-Id: I54e100cced5b49674937fb87d1e0f585f962aeb7
Reviewed-on: https://go-review.googlesource.com/31484
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/math/big/arith_mipsx.s [new file with mode: 0644]
src/math/sqrt_mipsx.s [new file with mode: 0644]
src/math/stubs_mipsx.s [new file with mode: 0644]