Jet sub:rd.

This commit is contained in:
Jared Hance 2014-06-02 15:13:58 -04:00
parent c8b6830aca
commit 3fafc59b50

View File

@ -1313,7 +1313,8 @@
|= [a=@rd b=@rd] ^- @rd
(bit (add:fl 52 (sea a) (sea b)))
++ sub |= [a=@rd b=@rd] ^- @rd
++ sub ~/ %sub
|= [a=@rd b=@rd] ^- @rd
(bit (sub:fl 52 (sea a) (sea b)))
++ mul ~/ %mul