aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-matherr.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10runtime: Use __builtin_{inf,nan} rather than INFINITY/NAN.Ian Lance Taylor1-6/+6
From-SVN: r184080
2012-02-08runtime: Add matherr function when appropriate.Ian Lance Taylor1-0/+88
From-SVN: r184024