Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
cycle.h File Reference
#include <time.h>
Include dependency graph for cycle.h:

Go to the source code of this file.

Macros

#define INLINE_ELAPSED(INL)

Macro Definition Documentation

◆ INLINE_ELAPSED

#define INLINE_ELAPSED ( INL)
Value:
static INL double elapsed(ticks t1, ticks t0) \
{ \
return (double)t1 - (double)t0; \
}

Definition at line 92 of file cycle.h.

92#define INLINE_ELAPSED(INL) static INL double elapsed(ticks t1, ticks t0) \
93{ \
94 return (double)t1 - (double)t0; \
95}