Raw File
qurt_yield.cpp
#include "runtime_internal.h"

// TODO: what should we use here???

extern "C" WEAK void halide_thread_yield() {
}
back to top