Skip to content
Snippets Groups Projects
Commit bcc8cd7d authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix type derivation of the exponent for DECODE-FLOAT.

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
parent b51c9978
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment