]> Cypherpunks repositories - gostls13.git/commit
math: add functions and stubs for s390x
authorMichael Munday <munday@ca.ibm.com>
Mon, 21 Mar 2016 01:44:31 +0000 (21:44 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Apr 2016 23:35:56 +0000 (23:35 +0000)
commit0382a30dd6cd78efd9fb27bfed50dd1d6d7f722b
tree0d834aa5fe281b6a6248a7a92322354293033a53
parent81aacb80d55eddcb95cbe2c87392cc922e026e45
math: add functions and stubs for s390x

Includes assembly implementations of Sqrt and Dim.

Change-Id: I57472e8d31e2ee74bcebf9f8e818f765eb9b8abf
Reviewed-on: https://go-review.googlesource.com/20936
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/math/dim_s390x.s [new file with mode: 0644]
src/math/sqrt_s390x.s [new file with mode: 0644]
src/math/stubs_s390x.s [new file with mode: 0644]