This commit is contained in:
Evghenii
2014-01-06 11:50:18 +01:00
parent 27d957f0cb
commit 774e907ecf
13 changed files with 850 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ int main (int argc, char *argv[])
tISPC2 += (rtc() - t0); // get_elapsed_mcycles();
#else
const char * func_name = "sort_ispc";
const char * func_name = "sort_ispc___export";
#if 0
void *func_args[] = {&n, &d_code, &d_order, &ntask};
#else