> >Replaced multiple neon instructions with single equivalent instruction. > >This made simpler code and a bit higher performance. > >Hash bulk lookup had 0.1% ~ 3% performance gain in tests on ARM A72 > >platforms. > > > >Signed-off-by: Ruifeng Wang <ruifeng.w...@arm.com> > >Reviewed-by: Gavin Hu <gavin...@arm.com> > >--- > [Wang, Yipeng] Sorry for the late review. > The logic seems fine to me based on my understanding of the instructions. > But I don't have an ARM machine to test. Please make sure > It passes the compilation and unit tests. > Or others (Jerin maybe?) could provide more feedback? > > Acked-by: Yipeng Wang <yipeng1.w...@intel.com> > Reviewed-by: Jerin Jacob <jer...@marvell.com>
Applied, thanks