Skip to content
  • Raymond Toy's avatar
    Add %SET-FLOATING-POINT-MODES and %GET-FLOATING-POINT-MODES functions. · b4771d76
    Raymond Toy authored
    To aid in debugging floating point modes, add two new functions:
    
    o %SET-FLOATING-POINT-MODES is like SET-FLOATING-POINT-MODES but
      applies the result to a specified mode value, returning the new mode
      value (as an integer).  This is useful for investigating different
      mode values without modifying the actual hardware mode.
    o %GET-FLOATING-POINT-MODES is like GET-FLOATING-POINT-MODES but uses
      an integer argument instead of the actual floating-point mode.
      Useful when used with %SET-FLOATING-POINT-MODE or on its own.
    b4771d76