mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-10 17:14:41 +00:00
The norm_shift loads sit on the serial range dependency chain and cost several cycles where lzcnt costs one. Builds targeting CPUs without LZCNT keep the exact original code. About 1.5% faster CABAC heavy H.264 and HEVC decoding. Signed-off-by: Charly Morgand-Poyac <charly.morgand-poyac@bbright.com>