vppinfra: use AVX512 compare for equality testing 49/35749/3
authorBenoît Ganne <bganne@cisco.com>
Mon, 21 Mar 2022 14:02:21 +0000 (15:02 +0100)
committerDamjan Marion <dmarion@me.com>
Tue, 5 Apr 2022 11:36:42 +0000 (11:36 +0000)
commitb46334bf0564036a90a232fa36987842ebca7582
tree2dec2cc01f2f8af0ad0d3684a1567a9f49d0366e
parent3ce1d14e1fc005315bccfa6f9467487166644538
vppinfra: use AVX512 compare for equality testing

This commit only update is_equal flavours to use
_mm512_cmpneq_epi64_mask() but clang-format decided to also reformat the
whole block.

Type: improvement

Change-Id: I530cf91e8bceaf15022556f803b27de4f8583217
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vppinfra/vector_avx512.h