implement CEILING and FLOOR in terms of %CEILING and %FLOOR
[sbcl.git] / src / compiler / fndb.lisp
index 2086cf4..a735e43 100644 (file)
   (real &optional real) (values integer real)
   (movable foldable flushable explicit-check))
 
+(defknown (%floor %ceiling)
+  (real real) (values integer real)
+  (movable foldable flushable explicit-check))
+
 (defknown (mod rem) (real real) real
   (movable foldable flushable explicit-check))