]> granicus.if.org Git - libvpx/commit
segfault: fix missing alignment declaration
authorMatthias Räncker <theonetruecamper@gmx.de>
Sun, 23 Sep 2018 08:34:44 +0000 (10:34 +0200)
committerMatthias Räncker <theonetruecamper@gmx.de>
Sun, 23 Sep 2018 15:04:14 +0000 (17:04 +0200)
commita1d8aec6b4463994bffc040395fddb0812ec483e
treeb47f81059a5006da94f89de26241707e6ad95853
parent3448987ab20aa05716ffc4aedf6d02e23f75920b
segfault: fix missing alignment declaration

These variables are being fed to sse2 functions, that use aligned
loads.

Signed-off-by: Matthias Räncker <theonetruecamper@gmx.de>
Change-Id: I796c3483c6f3425d63d9262b02b19da59d536600
vpx_dsp/psnrhvs.c