Disable errno checking in libm functions.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 27 Oct 2018 02:11:27 +0000 (02:11 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 27 Oct 2018 02:11:27 +0000 (02:11 +0000)
commit9703b3c001b8d008bd80e4b3b5678ed8f8ebe9ce
treec23a538c712c48f4ad0d3d91216bd862ebcb81d5
parent528f857892781a7352980f81e303d95348417b62
Disable errno checking in libm functions.

If there's a floating-point exception, we have a mechanism for
dealing with it -- and continuing without a trap if the user so
desires.

Leave in the restriction on flo:log1p and flo:expm1 because those are
implementation limitations in the i386 compiler; the full functions
are implemented in the runtime.
src/microcode/flonum.c