summaryrefslogtreecommitdiffstats
path: root/src/vppinfra/test/memcpy_x86_64.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-16vppinfra: fix memcpy test buffer sizeDmitry Valter1-1/+1
Fix dst buffer size in memcpy_x86_64 test. Type: fix Signed-off-by: Dmitry Valter <d-valter@yandex-team.com> Change-Id: I2b4502a62d9346d729b83522f4ea01c98a5b961c
2023-04-17build: add scalar (no-simd) march variantDamjan Marion1-1/+1
for testing purposes, disabled by default Type: improvement Signed-off-by: Damjan Marion <damarion@cisco.com> Change-Id: Id616e2b3b21ae0f0b44e2b55ecefd501afacc7f2
2023-03-15vppinfra: widen the scope of test_vector_funcsDamjan Marion1-0/+142
Location changed and binary renamed to test_infra Also it is built by default. Type: improvement Change-Id: I27cd97f274501ceb7a01213e2bc9676cea00f39c Signed-off-by: Damjan Marion <damarion@cisco.com>