• Martin Storsjö's avatar
    aarch64: vp8: Fix assembling with clang · 26d7af4c
    Martin Storsjö authored
    This also partially fixes assembling with MS armasm64 (via
    gas-preprocessor).
    
    The movrel macro invocations need to pass the offset via a separate
    parameter. Mach-o and COFF relocations don't allow a negative
    offset to a symbol, which is handled properly if the offset is passed
    via the parameter. If no offset parameter is given, the macro
    evaluates to something like "adrp x17, subpel_filters-16+(0)", which
    older clang versions also fail to parse (the older clang versions
    only support one single offset term, although it can be a parenthesis.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    26d7af4c
Name
Last commit
Last update
avbuild Loading commit data...
avtools Loading commit data...
compat Loading commit data...
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...