And more.

This commit is contained in:
OBattler
2022-02-02 02:51:18 +01:00
parent 25e8801ede
commit b3a8d0aaed
4 changed files with 15 additions and 1 deletions

View File

@@ -89,12 +89,12 @@ static int refresh = 0, cycdiff;
wait(val, 0); \
}
#if 0
#define CLOCK_CYCLES_ALWAYS(val) \
{ \
wait(val, 0); \
}
#if 0
#define CLOCK_CYCLES_FPU(val) \
{ \
wait(val, 0); \
@@ -119,6 +119,13 @@ static int refresh = 0, cycdiff;
{ \
wait(val, 0); \
}
#define CLOCK_CYCLES_FPU(val) \
{ \
wait(val, 0); \
}
#define CONCURRENCY_CYCLES(c)
#endif