index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
arm
/
softfloat.c
Age
Commit message (
Expand
)
Author
2011-06-09
5l: fix softfloat nits
Russ Cox
2011-06-09
math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation
Fan Hongjian
2011-04-17
runtime: fix arm5 softfloat
Russ Cox
2010-12-09
arm floating point simulation
Ken Thompson
2010-11-10
runtime: omit runtimeĀ· prefix from static functions (in ARM code).
Ian Lance Taylor
2010-11-04
runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almost
Russ Cox
2010-10-25
arm: precise float64 software floating point
Russ Cox
2010-10-21
arm: prop up software floating point
Russ Cox
2010-10-20
arm: fix typo in softfloat
Russ Cox
2010-10-18
runtime: fix arm softfloat again for R12
Russ Cox
2010-10-18
runtime: update arm softfloat - no more R12
Russ Cox
2010-07-28
arm: minor bugfixes.
Kai Backman
2010-07-20
more soft float support. passes several basic tests
Kai Backman
2010-04-15
support for printing floats:
Kai Backman
2010-04-05
runtime: various arm fixes
Russ Cox
2009-12-17
first stub for softfloats, intercepts float instructions and skips
Kai Backman