shithub: libvpx

Download patch

ref: ce11055d57687930c5ee5f6796d2d76787de5f5c
parent: d3a62ac85007329dc2c9fe0918962a4e13716700
author: Johann <johannkoenig@google.com>
date: Fri May 6 13:20:15 EDT 2016

Remove sixtap/bilinear 4x4 neon implementations

These implementations rely on casting the pointers to load the data.
Clang implemented optimizations which automatically add alignment hints
to such loads. The 4x4 filters do not guarantee the necessary alignment
so the resulting assembly is broken.
https://llvm.org/bugs/show_bug.cgi?id=24421

BUG=webm:817
BUG=webm:892

Change-Id: I608885299f1f86ff83653b65e0e40d0ae87fb3fe