Skip to content

arm64: refmvs: Fix building with MSVC

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

Binutils and LLVM assemblers can infer that this str instruction must be stur (and implicitly assemble it into that instruction), while MS armasm64 errored out with this message:

src\libdav1d.a.p\refmvs.obj.asm(673) : error A2518: operand 2: Memory offset must be aligned
        str             q2, [x3, #(8*5-16)]

Merge request reports