mirror of https://github.com/FFmpeg/FFmpeg.git
The compiler cannot infer that the two float vectors do not alias, causing unnecessary extra loads and serialisation. This patch caches the two input values in local variables so that compiler can optimise individual loop iterations.pull/388/head
parent
b52034270a
commit
5c15cb138e
1 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue