History log of /seL4-camkes-master/projects/musllibc/src/math/i386/rintl.s
Revision Date Author Comments
# 8d9e9486 18-Mar-2012 Rich Felker <dalias@aerifal.cx>

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.