vp9: Ensure that the arithmetic coder values are read in the right order
The operands of an addition can be evaluated in any order, since the addition isn't a sequence point. The only operators that have a defined evaluation order are &&, ||, ?: and the sequence operator ','. This fixes fate-vp9 on ARM RVCT.
Showing
Please
register
or
sign in
to comment