/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 process.h

  • 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:
22
22
    float       *slice_y; 
23
23
    float       *slice_coord_z;
24
24
    float       *out_volume;
 
25
 
 
26
    int         slices_per_iter;
25
27
};
26
28
 
27
29
#ifdef __cplusplus