diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2022-09-19 19:10:44 +0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-09-19 14:07:27 -0300 |
commit | 5c15cb138eb1292bc16e64d3cb39953f1c09ce97 (patch) | |
tree | 4566d4042366202c837eefd84eec0cc1771a5a38 /libavformat/lmlm4.c | |
parent | b52034270a82ffc4aa584945c8a18aa8e58e741b (diff) | |
download | ffmpeg-5c15cb138eb1292bc16e64d3cb39953f1c09ce97.tar.gz |
lavc/vorbisdec: use intermediate variables
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.
Diffstat (limited to 'libavformat/lmlm4.c')
0 files changed, 0 insertions, 0 deletions