Comment 1 for bug 1519630

Revision history for this message
Gábor Melis (melisgl) wrote : Re: [Bug 1519630] [NEW] Floating point traps are triggered by alien code.

ender <email address hidden> writes:

> This means that foreign function calls need to be wrapped in sb-int
> :with-float-traps-masked or clear traps with sb-ing:set-floating-point-
> modes. Both of which are awkward and tricky to use portably.
>
> SBCL should probably make foreign function calls with the floating point
> environment set to the default.

+1 from user's point of view.