Commit d1e2f73b authored by Russ Cox's avatar Russ Cox

big: attempt to fix arm build

R=gri
CC=golang-dev
https://golang.org/cl/1752043
parent 385bfd4c
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment