Skip to content

AArch64: SVE MS armasm64 fix of HBD subpel filters

Arpad Panyik requested to merge arpadpanyik-arm/dav1d:mc_hbd_armasm64_fix into master

MS armasm64 cannot compile some SVE instructions with immediate operands, e.g.:

  sub  z0.h, z0.h, #8192

The proper form is:

  sub  z0.h, z0.h, #32, lsl #8

This patch contains the needed fixes.

Merge request reports

Loading