Merge pull request #714 from ifilippov/master

Switching to 1d tasking in 'mandelbrot_tasks' benchmark
This commit is contained in:
Dmitry Babokin
2014-01-21 06:28:02 -08:00

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) {