inline negate

This commit is contained in:
Andrea Corallo 2019-08-15 21:06:07 +02:00 committed by Andrea Corallo
parent 92fc5baf17
commit 4ed657604d
2 changed files with 111 additions and 17 deletions

View file

@ -582,7 +582,8 @@ the annotation emission."
(byte-leq <= Fleq)
(byte-geq >= Fgeq)
(byte-diff - Fminus)
(byte-negate - Fminus)
(byte-negate
(comp-emit-set-call `(call negate ,(comp-slot))))
(byte-plus + Fplus)
(byte-max auto)
(byte-min auto)