Skip to content

arm: Fix assembling with older binutils

Martin Storsjö requested to merge mstorsjo/dav1d:arm-movw into master

This large constant needs a movw instruction, which newer binutils can figure out, but older versions need stated explicitly.

This fixes #296 (closed).

Merge request reports