From: Rich Felker Date: Tue, 1 May 2012 01:32:19 +0000 (-0400) Subject: add C stub for sqrtl (already implemented in asm on i386 and x86_64) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=da5d89d42fb47c648fb83645e5e4a55bae907032;hp=da5d89d42fb47c648fb83645e5e4a55bae907032;p=musl add C stub for sqrtl (already implemented in asm on i386 and x86_64) ---