15 MCROISPC_API
void ISPCLaunch(
void** handlePtr,
void* f,
void* data,
int countx,
int county,
int countz);
16 MCROISPC_API
void*
ISPCAlloc(
void** handlePtr, int64_t size, int32_t alignment);
MCROISPC_API void * ISPCAlloc(void **handlePtr, int64_t size, int32_t alignment)
MCROISPC_API void ISPCLaunch(void **handlePtr, void *f, void *data, int countx, int county, int countz)
MCROISPC_API void ISPCSync(void *handle)