Function: SB-INT:GET-FLOATING-POINT-MODES

package type github

This function returns a list representing the state of the floating point modes. The list is in the same format as the &KEY arguments to SET-FLOATING-POINT-MODES, i.e.

(apply #’set-floating-point-modes (get-floating-point-modes))

sets the floating point modes to their current values (and thus is a no-op).