History log of /seL4-refos-master/libs/libmuslc/src/math/i386_sel4/fmod.s
Revision Date Author Comments
# ec431894 05-Nov-2014 Szabolcs Nagy <nsz@port70.net>

math: use fnstsw consistently instead of fstsw in x87 asm

fnstsw does not wait for pending unmasked x87 floating-point exceptions
and it is the same as fstsw when all exceptions are masked which is the
only environment libc supports.


# b9351477 18-Mar-2012 Rich Felker <dalias@aerifal.cx>

assembly optimizations for fmod/remainder functions