https://github.com/halide/Halide
Raw File
Tip revision: 6f955c80762624c5d4efb53dc1bb2db9ccd5d9ea authored by Alexander on 20 December 2022, 20:15:52 UTC
fix merge conflicts
Tip revision: 6f955c8
android_clock.cpp
#ifdef BITS_64
#define SYS_CLOCK_GETTIME 113
#endif

#ifdef BITS_32
#define SYS_CLOCK_GETTIME 263
#endif

#include "linux_clock.cpp"
back to top