Skip to content
Snippets Groups Projects

AArch64: SVE MS armasm64 fix of HBD subpel filters

Merged 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
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading