Introduce likely() and unlikely() macros, use to give gcc hints about which branch...
commit1ca07bdb5cbda4650ef2e2ce23e0be6c7e8ce6f3
authornls <nls@a1c6a512-1295-4272-9138-f99709370657>
Thu, 20 Nov 2008 20:20:43 +0000 (20 20:20 +0000)
committernls <nls@a1c6a512-1295-4272-9138-f99709370657>
Thu, 20 Nov 2008 20:20:43 +0000 (20 20:20 +0000)
treed3f8ed90717b8e112ce4f7196174e950eb2c2344
parent874f95859ee87d0ed05b81d3c8f15d17892fcfde
Introduce likely() and unlikely() macros, use to give gcc hints about which branch is likely to be taken in a conditional, use them in the midi player for a small speedup, use instead of similar EXPECT macros in tremor and use in mpegplayer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19162 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libtremor/codebook.c
apps/codecs/libtremor/misc.h
apps/plugins/midi/synth.c
apps/plugins/mpegplayer/attributes.h
firmware/export/system.h