Skip to content

arm64: Add NEON implementations of CDEF for 16 bpc

Martin Storsjö requested to merge mstorsjo/dav1d:arm64-cdef-16bpc into master

As some functions are made for both 8bpc and 16bpc from a shared template, those functions are moved to a separate assembly file which is included. That assembly file (cdef_tmpl.S) isn't intended to be assembled on its own (just like utils.S), but if it is assembled, it should produce an empty object file.

Merge request reports