aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING.LGPLv3
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2014-01-24 18:48:56 -0500
committerRonald S. Bultje <rsbultje@gmail.com>2014-01-24 19:25:25 -0500
commitc9e6325ed9844070dca03ac1c5fec946533cb315 (patch)
tree58f9bdb9550f5849aea131b02384c8fe22565e12 /COPYING.LGPLv3
parent97474d527f9a17340c29018548502c178ed7d966 (diff)
downloadffmpeg-c9e6325ed9844070dca03ac1c5fec946533cb315.tar.gz
vp9/x86: use explicit register for relative stack references.
Before this patch, we explicitly modify rsp, which isn't necessarily universally acceptable, since the space under the stack pointer might be modified in things like signal handlers. Therefore, use an explicit register to hold the stack pointer relative to the bottom of the stack (i.e. rsp). This will also clear out valgrind errors about the use of uninitialized data that started occurring after the idct16x16/ssse3 optimizations were first merged.
Diffstat (limited to 'COPYING.LGPLv3')
0 files changed, 0 insertions, 0 deletions