its probably a bad and useless habit to write >>1 instead of /2 in C???
@MightyPork probably yeah, no need to beat yrself up over it but i'd have no idea that you meant division if i read it lol
@mallaidh i mean i hope the compiler is smart enough to use the shift anyways but i'll have to check the disassembly i guess
@MightyPork GCC at least is. Dump ASM with the -S (IIRC) switch and check it out
@mallaidh i mean i hope the compiler is smart enough to use the shift anyways but i'll have to check the disassembly i guess