Is there a bit shift operator?
I have some like x/4 every time round my loop, is there a quicker way of achiving this?
i.e x>>2 + x>>2
Thanks
I have some like x/4 every time round my loop, is there a quicker way of achiving this?
i.e x>>2 + x>>2
Thanks