https://github.com/halide/Halide
Raw File
Tip revision: ab047ba6e7c000d9a1eb0c576a8b094fe7bd2d72 authored by Volodymyr Kysenko on 20 September 2023, 23:17:52 UTC
Experiment
Tip revision: ab047ba
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