From: Russ Cox Date: Fri, 16 Jul 2010 18:18:45 +0000 (-0700) Subject: big: attempt to fix arm build X-Git-Tag: weekly.2010-07-29~87 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d1e2f73b1d1d53b468011e10acdcd1c13c0e0326;p=gostls13.git big: attempt to fix arm build R=gri CC=golang-dev https://golang.org/cl/1752043 --- diff --git a/src/pkg/big/arith_arm.s b/src/pkg/big/arith_arm.s index c8a45efc49..6ab8e989ed 100644 --- a/src/pkg/big/arith_arm.s +++ b/src/pkg/big/arith_arm.s @@ -33,3 +33,8 @@ TEXT ·addMulVVW(SB),7,$0 TEXT ·divWVW(SB),7,$0 B ·divWVW_g(SB) +TEXT ·divWW(SB),7,$0 + B ·divWW_g(SB) + +TEXT ·mulWW(SB),7,$0 + B ·mulWW_g(SB)