mirror of https://github.com/FFmpeg/FFmpeg.git
This results in warnings on compilers which don't support it, objections were raised during the review process about it but went unnoticed, and the speed benefit is highly compiler and version specific, and also not very critical. We generally hand-write assembly to optimize loops like that, rather than use compiler magic, and for 40% best case scenario, it's simply not worth it. Plus, tree vectorization is still problematic with GCC and disabled by default for a good reason, so enabling it locally is sketchy.pull/365/head
parent
1da524121c
commit
033105a739
1 changed files with 0 additions and 4 deletions
Loading…
Reference in new issue