aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/vector.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-25vppinfra: add vec128_t, vec256_t and vec512_t typesDamjan Marion1-19/+41
2021-12-02vppinfra: vector shuffle cleanupDamjan Marion1-0/+62
2021-11-10vppinfra: new memcpy for x86_64Damjan Marion1-2/+3
2021-07-14vppinfra: remove old and unused vector macros and inlinesDamjan Marion1-41/+0
2021-04-27vlib: improve enqueue_to_next buffer indices extractionDamjan Marion1-4/+0
2021-04-21vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask)Damjan Marion1-4/+1
2020-07-23vppinfra: add *_zero() vector inlinesDamjan Marion1-0/+9
2020-04-30build: rework x86 CPU variantsDamjan Marion1-2/+5
2019-09-26classify: use vector code even when data is not alignedDamjan Marion1-0/+2
2018-08-2832/64 shmem bihash interoperabilityDave Barach1-2/+3
2018-05-20vector functions cleanup and improvementsDamjan Marion1-41/+18
2018-04-25dpdk: complete rework of the dpdk-input nodeDamjan Marion1-3/+14
2018-02-21vppinfra: remove vector_iwmmxt.hDamjan Marion1-4/+0
2018-02-20vppinfra: autogerate vector typedefs and basic inline functionsDamjan Marion1-139/+83
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion1-9/+3
2018-02-08add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127)Gabriel Ganne1-8/+4
2017-11-10vppinfra: add 512-bit vector definitions and typesDamjan Marion1-0/+25
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+268