From d623c6c85071b9af5d607bb5d9aceceaea05220a Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Fri, 23 Dec 2022 23:55:10 +0100 Subject: Experimental uppercase macros. --- misc/benchmarks/plotbench/cpque_benchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/benchmarks/plotbench/cpque_benchmark.cpp') diff --git a/misc/benchmarks/plotbench/cpque_benchmark.cpp b/misc/benchmarks/plotbench/cpque_benchmark.cpp index a729c09f..d6c2eda4 100644 --- a/misc/benchmarks/plotbench/cpque_benchmark.cpp +++ b/misc/benchmarks/plotbench/cpque_benchmark.cpp @@ -40,7 +40,7 @@ void stc_test() stc64_t rng; int N = 10000000, M = 10; - c_auto (cpque_f, pq) + c_AUTO (cpque_f, pq) { rng = stc64_new(seed); clock_t start = clock(); -- cgit v1.2.3