Skip to content

arm: Fix typos in comments

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

The width register has been set to clz(w)-24, not the other way around. And the 32 bit prep function has got the h parameter in r4, not in r5.

Merge request reports