Skip to content

Commit

Permalink
Math: declaim inline + - * fromInt
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Sep 13, 2023
1 parent 259c49a commit 74278df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/math/num.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
(Some x))))

(cl:eval-when (:compile-toplevel :load-toplevel)
(cl:declaim (inline + - * fromInt))
(cl:defmacro define-num-float (type lisp-type)
"Define `Num' for TYPE"

Expand Down

0 comments on commit 74278df

Please sign in to comment.