replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my...
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
Showing
Please register or sign in to comment