-
- Downloads
Micro-optimization: abs of 32-bit integers can be done without
branches. compiler/generic/vm-tran.lisp: o On sparc and ppc, make the abs deftransform give up for 32-bit integers, to give the VOP a chance. compiler/ppc/arith.lisp: o Add vop for abs for (signed-byte 32).
Loading
Please register or sign in to comment