Skip to content

arm64: ipred: Make sure all symbols are aligned

Martin Storsjö requested to merge mstorsjo/dav1d:arm64-ipred-align into master

If building with debug information enabled, binutils error out with "unaligned opcodes detected in executable segment", if there are symbols (even local ones that don't end up in the symbol table) that point to unaligned addresses in the text section.

This fixes issue #300 (closed).

Merge request reports