Skip to content
Snippets Groups Projects
Commit 36d6b545 authored by Jason Garrett-Glaser's avatar Jason Garrett-Glaser
Browse files

CMOV-ify vp56 arithcoder

This incantation causes gcc 4.3 to generate cmov on x86, a vastly better option
than a completely unpredictable branch.
Hopefully this carries over to newer versions and other CPUs with conditionals.
~5 cycles saved per call on a Core i7.

Originally committed as revision 23921 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2e6ed48d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment