From c36996e5ca4ea047e55778004a99d9f7cad9282f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 13 May 2025 16:11:44 +0200 Subject: GEMV: Add AspectC++ support --- GEMV/include/timer.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 GEMV/include/timer.h (limited to 'GEMV/include/timer.h') diff --git a/GEMV/include/timer.h b/GEMV/include/timer.h new file mode 100644 index 0000000..313151d --- /dev/null +++ b/GEMV/include/timer.h @@ -0,0 +1,5 @@ +#pragma once + +#define N_TIMERS 9 +#include "../../include/timer_base.h" +#undef N_TIMERS -- cgit v1.2.3