Skip to content

arm32: refmvs: Fix building with MS armasm

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

Add an explicit align before the jump table; this avoids armasm bugs in how label differences are calculated. This matches how all other jump tables are written in our 32 bit arm assembly.

Merge request reports