From 63562f5135243ac2a2553b4e7360c59e86686d6f Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sat, 8 Jan 2022 23:13:32 +0100 Subject: Moved utf8 from cregex.h to separate file. Splitted csview.h into another file strings.h. --- benchmarks/plotbench/cpque_benchmark.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'benchmarks/plotbench') diff --git a/benchmarks/plotbench/cpque_benchmark.cpp b/benchmarks/plotbench/cpque_benchmark.cpp index 33e55719..2b6d3748 100644 --- a/benchmarks/plotbench/cpque_benchmark.cpp +++ b/benchmarks/plotbench/cpque_benchmark.cpp @@ -13,9 +13,7 @@ int main() stc64_t rng; int N = 10000000, M = 10; - cpque_f pq = cpque_f_init(); - cpque_f_resize(&pq, N, 0.0f); - + cpque_f pq = cpque_f_with_size(N, 0.0f); rng = stc64_init(seed); clock_t start = clock(); c_forrange (i, N) -- cgit v1.2.3