mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 03:51:47 -08:00
cmp: fix inline expansion for ABS function
This commit is contained in:
parent
cae32c08bc
commit
411723aa95
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@
|
|||
(def-inline cl:evenp :always (t) :bool "ecl_evenp(#0)")
|
||||
(def-inline cl:evenp :always (fixnum fixnum) :bool "~(#0) & 1")
|
||||
|
||||
(def-inline cl:abs :always (t t) t "ecl_abs(#0,#1)")
|
||||
(def-inline cl:abs :always (t) t "ecl_abs(#0)")
|
||||
(def-inline cl:exp :always (t) t "ecl_exp(#0)")
|
||||
|
||||
(def-inline cl:expt :always (t t) t "ecl_expt(#0,#1)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue