/perf/fdk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/perf/fdk

« back to all changes in this revision

Viewing changes to fdk.cpp

  • Committer: Suren A. Chilingaryan
  • Date: 2017-02-09 00:44:25 UTC
  • Revision ID: csa@suren.me-20170209004425-4dt67qhxz9ibdehy
Intel compiler

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
        t_info[tnum].slice_y = slice_y; 
393
393
        t_info[tnum].slice_coord_z = slice_coord_z;
394
394
        t_info[tnum].out_volume = out_volume;
 
395
        t_info[tnum].slices_per_iter = n_elements;      // just to process a single iteration only
395
396
        
396
397
        m = pthread_create(&t_info[tnum].thread_id, NULL, &process, &t_info[tnum]);
397
398