-
Christoph Mallon authored
'mov $~1, %r; rol x, %r' is shorter than 'mov $1, %r; shl x, %r; not %r'.
9c4ae675
To find the state of this project's repository at the time of any of these versions, check out the tags.
'mov $~1, %r; rol x, %r' is shorter than 'mov $1, %r; shl x, %r; not %r'.