09/01/2023 10:28, Ruifeng Wang: > SVE was used for lookupx4 where four entries are looked up at a time. > It is not an ideal case for SVE implementation which does not bound > to vector length. > Changed to use SVE implementation in bulk lookup when the feature is > available. And optimized the SVE implementation. > The lookupx4 sticks to NEON implementation. > > Signed-off-by: Ruifeng Wang <ruifeng.w...@arm.com>
Applied, thanks.