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