Skip to content
Snippets Groups Projects
Commit 13692c80 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

minor change to get it to compile with ompss/mcc.

parent f8356707
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ typedef unsigned long long ticks;
# define INLINE inline
# endif
#endif
INLINE static ticks getticks(void)
INLINE ticks getticks(void)
{
unsigned a, d;
asm volatile("rdtsc" : "=a" (a), "=d" (d));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment