Changeset 5626
- Timestamp:
- Dec 16, 2006, 4:28:01 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/PPC/ppc-float.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/PPC/ppc-float.lisp
r3672 r5626 485 485 (defun %fp-error-from-status (status-bits control-bits operation &rest operands) 486 486 (declare (type (unsigned-byte 16) status-bits)) 487 (case operation 488 (sqrt (setq operands (cdr operands)))) 487 489 (let* ((condition-class (fp-condition-from-fpscr status-bits control-bits))) 488 490 (if condition-class … … 497 499 (20 '-) 498 500 (21 '+) 501 (22 'sqrt) 499 502 (t 'unknown))) 500 503
Note:
See TracChangeset
for help on using the changeset viewer.
