Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 347 Bytes

2.40

x * K, and limited by shifts and add/subs number.

K shifts add/subs expression
6 2 1 (x<<2) + (x<<1)
31 1 1 (x<<5) - x
-6 2 1 (x<<1) - (x<<3)
55 2 2 (x<<6) - (x<<3) - x