diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-13 16:11:44 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-13 16:11:44 +0200 |
commit | c36996e5ca4ea047e55778004a99d9f7cad9282f (patch) | |
tree | 9ac87ecba4656828759f577ebaa394c8544d8bc0 /GEMV/include/timer.h | |
parent | d666b713716af62708cc9fefe3ab136e7f18b5ae (diff) |
GEMV: Add AspectC++ support
Diffstat (limited to 'GEMV/include/timer.h')
-rw-r--r-- | GEMV/include/timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |