0.pre7.25:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 30 Aug 2001 00:10:56 +0000 (00:10 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 30 Aug 2001 00:10:56 +0000 (00:10 +0000)
commit126f6aa47b254c7d1de0879d240606e1d61bde1c
tree2069a5268c160c75ee0cf05b7b47d285b8c3304c
parent4a0ab5193096ca70dbbf43bb21418544f6d018b7
0.pre7.25:
got rid of :SB-CONSTRAIN-FLOAT-TYPE as a separate target
*FEATURES* option controlling the build (instead
hardwiring it to always be on)
removed some CROSS-FLOAT-INFINITY-KLUDGE SB-XC-HOST
conditionalization from srctran..
..Defining support functions is ok, as long as we don't
actually execute the paths which mess with floating
point infinities.
..Stuff which doesn't use floats should be OK, too: ASH,
LOGNOT, LOGAND, LOGIOR, LOGXOR..
..Things which work with integers exclusively (not floats)
should be safe.
base-target-features.lisp-expr
src/compiler/constraint.lisp
src/compiler/srctran.lisp
version.lisp-expr