Changeset 5689
- Timestamp:
- Jan 5, 2007, 3:16:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/l0-numbers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/l0-numbers.lisp
r5681 r5689 467 467 (if (and (eq int 0)(= sfloat 0.0s0)) 468 468 0 469 (#+32-bit-target ppc 2::with-stack-short-floats #+32-bit-target ((s1 int))469 (#+32-bit-target ppc32::with-stack-short-floats #+32-bit-target ((s1 int)) 470 470 #-32-bit-target let* #-32-bit-target ((s1 (%int-to-sfloat int))) 471 471 (declare (short-float s1))
Note:
See TracChangeset
for help on using the changeset viewer.
