From bc1e43ea95b9455cdccee442db77bc5fafd3dcc6 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 26 May 2020 22:11:32 +0200 Subject: tests for kvx --- test/kvx/sort/insertion.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/kvx/sort/insertion.h (limited to 'test/kvx/sort/insertion.h') diff --git a/test/kvx/sort/insertion.h b/test/kvx/sort/insertion.h new file mode 100644 index 00000000..6e37c5fe --- /dev/null +++ b/test/kvx/sort/insertion.h @@ -0,0 +1,6 @@ +#ifndef __INSERTION_H__ +#define __INSERTION_H__ + +int insert_sort(uint64_t *res, const uint64_t *T); + +#endif // __INSERTION_H__ -- cgit