Which of the following is more efficient when compiled to M.Code?:
a=b/4
or
a=b*.25
for some reason i think the second one (from some very distant college assembly knowlage that is now gone) but just want to check (im writing some real number crunch stuff and every little helps :)
a=b/4
or
a=b*.25
for some reason i think the second one (from some very distant college assembly knowlage that is now gone) but just want to check (im writing some real number crunch stuff and every little helps :)