aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/5l/softfloat.c
AgeCommit message (Expand)Author
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-03-145l: fix buildRuss Cox
2010-12-09arm floating point simulationKen Thompson
2010-11-03add hardware floating point.Ken Thompson
2010-10-185l: handle jump to middle of floating point sequenceRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-10-135l, 6l, 8l: indent, outdentRuss Cox
2010-04-06replace original float instruction with jump to make branchesKai Backman
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman