]> Cypherpunks repositories - gostls13.git/commit
runtime: implement 64 bit division in Go
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 29 Aug 2014 16:55:33 +0000 (09:55 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 29 Aug 2014 16:55:33 +0000 (09:55 -0700)
commitd11bb3b177feb47d20e00246fb915af50773904a
tree77718ef7e0bce177d0805167076af053c1e77703
parent1ad1c0bf31d878b32d8b093e84fed7bcc369f9cd
runtime: implement 64 bit division in Go

LGTM=rsc, dave
R=minux, rsc, remyoudompheng, dave
CC=golang-codereviews
https://golang.org/cl/133790043
src/pkg/runtime/vlop_386.s
src/pkg/runtime/vlop_arm.s
src/pkg/runtime/vlrt.c
src/pkg/runtime/vlrt.go