Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    bcc8cd7d
    Fix type derivation of the exponent for DECODE-FLOAT. · bcc8cd7d
    Raymond Toy authored
    The minimum exponent is from 0, it's from least-positive float.
    
     * src/compiler/float-tran.lisp:
       * Derive the correct minimum exponent by using the exponent from
         the least-positive float value of the appropriate type.
     * tests/float-tran.lisp:
       * Add tests for the derived exponent type for DECODE-FLOAT.
    
    Conflicts:
    	tests/float-tran.lisp
    bcc8cd7d
    History
    Fix type derivation of the exponent for DECODE-FLOAT.
    Raymond Toy authored
    The minimum exponent is from 0, it's from least-positive float.
    
     * src/compiler/float-tran.lisp:
       * Derive the correct minimum exponent by using the exponent from
         the least-positive float value of the appropriate type.
     * tests/float-tran.lisp:
       * Add tests for the derived exponent type for DECODE-FLOAT.
    
    Conflicts:
    	tests/float-tran.lisp