test: add reciprocal based division
authorPavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Fri, 26 Jan 2018 05:04:51 +0000 (10:34 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 27 Jan 2018 21:36:56 +0000 (22:36 +0100)
commit948bc3d6d095c1a98b594066cf637e75a95a1802
treeb02bc87a170a9dfb5b2e4c108dc395d65ae00c36
parent6d45659eacb801880597e3cda6eaa081ef0e716b
test: add reciprocal based division

This commit provides a set of tests for verifying the correctness and
performance of both unsigned 32 and 64bit reciprocal based division.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
MAINTAINERS
test/test/Makefile
test/test/test_reciprocal_division.c [new file with mode: 0644]
test/test/test_reciprocal_division_perf.c [new file with mode: 0644]