summaryrefslogtreecommitdiff
path: root/src/runtime/sqrt.go
Commit message (Expand)AuthorAgeFilesLines
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: copy sqrt normalization bugfix from mathCaleb Spare2015-10-231-1/+1
* runtime: fix software FP regs corruption when emulating SQRT on ARMShenghou Ma2015-05-051-11/+21
* runtime: rename float64 constants to avoid name space pollutionRuss Cox2015-01-191-12/+12
* [dev.cc] runtime: convert softfloat_arm.c to Go + build fixesRuss Cox2014-11-111-4/+0
* [dev.cc] runtime: convert basic library routines from C to GoRuss Cox2014-11-111-4/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+150