Renaming mandelbrot_tasks files to be different from mandelbrot

This commit is contained in:
Dmitry Babokin
2013-07-30 19:53:12 -07:00
parent fa93cb7d0b
commit 220f0b0b40
6 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
EXAMPLE=mandelbrot
CPP_SRC=mandelbrot.cpp mandelbrot_serial.cpp
ISPC_SRC=mandelbrot.ispc
EXAMPLE=mandelbrot_tasks
CPP_SRC=mandelbrot_tasks.cpp mandelbrot_tasks_serial.cpp
ISPC_SRC=mandelbrot_tasks.ispc
ISPC_IA_TARGETS=sse2,sse4-x2,avx-x2
ISPC_ARM_TARGETS=neon