From: Rich Felker Date: Sun, 18 Mar 2012 20:43:54 +0000 (-0400) Subject: asm versions of some simple math functions for i386 and x86_64 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=8d9e948652eb8381f1f376cbd0c9bc5e2947d150;hp=8d9e948652eb8381f1f376cbd0c9bc5e2947d150;p=musl asm versions of some simple math functions for i386 and x86_64 these are functions that have direct fpu approaches to implementation without problematic exception or rounding issues. x86_64 lacks float/double versions because i'm unfamiliar with the necessary sse code for performing these operations. ---