add m68k sqrtl using native instruction
authorRich Felker <dalias@aerifal.cx>
Mon, 3 Aug 2020 03:31:51 +0000 (23:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 3 Aug 2020 03:31:51 +0000 (23:31 -0400)
commit845e4f6692336ea7f7672045dee05fa39c4022ec
tree048f1fc6f7ca316c1a3bcc7f320042c895b9c9b1
parentddf1750e42e17f75e765d494874308c6393118bb
add m68k sqrtl using native instruction

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.
src/math/m68k/sqrtl.c [new file with mode: 0644]