about summary refs log tree commit diff
path: root/src/math/m68k
Commit message (Collapse)AuthorAgeFilesLines
* add m68k sqrtl using native instructionRich Felker2020-08-021-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.