#include "HalideRuntime.h" extern "C" { extern long sysconf(int); WEAK int halide_host_cpu_count() { return sysconf(84); } }