switching to 1d tasking in 'mandelbrot_tasks' benchmark

This commit is contained in:
Ilia Filippov
2014-01-15 14:58:42 +04:00
parent 86331022eb
commit d87748c5dd

View File

@@ -31,7 +31,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#define _3D_TASKING
//#define _3D_TASKING //uncomment for using "3d tasking" model. This can influence performance.
static inline int
mandel(float c_re, float c_im, int count) {