13
0

Add cycles_t type definition on ppc64

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2020-06-03 10:23:03 +02:00 committed by Robin Gareus
parent 00346353a3
commit 2a456c1921
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -74,6 +74,7 @@ static inline cycles_t get_cycles (void)
#elif defined(__powerpc64__)
typedef uint64_t cycles_t;
static inline cycles_t get_cycles(void)
{
#warning You are compiling libardour on a platform for which ardour/cycles.h needs work