summaryrefslogtreecommitdiff
path: root/src/math/m68k
AgeCommit message (Collapse)AuthorLines
2020-08-02add m68k sqrtl using native instructionRich Felker-0/+15
this is actually a functional fix at present, since the C sqrtl does not support ld80 and just wraps double sqrt. once that's fixed it will just be an optimization.