From 658019e1e53ad1ccbca5c623b7199c445eab8b86 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sat, 11 Sep 2021 22:15:43 +0200 Subject: Updated benchmarks to newstyle. --- benchmarks/cpque_benchmark.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'benchmarks/cpque_benchmark.cpp') diff --git a/benchmarks/cpque_benchmark.cpp b/benchmarks/cpque_benchmark.cpp index c8d327ff..2b6445c5 100644 --- a/benchmarks/cpque_benchmark.cpp +++ b/benchmarks/cpque_benchmark.cpp @@ -1,11 +1,11 @@ #include #include #include -#include -#include -using_cvec(f, float); -using_cpque(f, cvec_f, -c_default_compare); +#define i_tag x +#define i_val float +#define i_cmp -c_default_compare +#include int main() { -- cgit v1.2.3