Re: [FFmpeg-devel] [PATCH 0/5] Provide optimized neon implementation

2022-09-09 Thread Martin Storsjö
On Thu, 8 Sep 2022, Hubert Mazur wrote: Fix minor issues in the patches. Regarding vsse16 I didn't change saba & umlal to sub & smlal. It doesn't affect the performance, so left it as it was. The majority of changes refer to nsse16: - fixed indentation (thanks for pointing out), - applied the pa

Re: [FFmpeg-devel] [PATCH 0/5] Provide optimized neon implementation

2022-09-07 Thread Martin Storsjö
On Tue, 6 Sep 2022, Hubert Mazur wrote: Provide optimized implementations for me_cmp functions. This set of patches fixes all issues addressed in previous review. Major changes: - Remove redundant loads since the data can be reused. - Improve style. - Fix issues with unrecognized symbols. Than