|
|
|
|
@@ -21,7 +21,7 @@
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{E80DA7D4-AB22-4648-A068-327307156BE6}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>mandelbrot</RootNamespace>
|
|
|
|
|
<RootNamespace>mandelbrot_tasks</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
@@ -65,22 +65,22 @@
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<ExecutablePath>$(ProjectDir)..\..;$(ExecutablePath)</ExecutablePath>
|
|
|
|
|
<TargetName>mandelbrot</TargetName>
|
|
|
|
|
<TargetName>mandelbrot_tasks</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<ExecutablePath>$(ProjectDir)..\..;$(ExecutablePath)</ExecutablePath>
|
|
|
|
|
<TargetName>mandelbrot</TargetName>
|
|
|
|
|
<TargetName>mandelbrot_tasks</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<ExecutablePath>$(ProjectDir)..\..;$(ExecutablePath)</ExecutablePath>
|
|
|
|
|
<TargetName>mandelbrot</TargetName>
|
|
|
|
|
<TargetName>mandelbrot_tasks</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<ExecutablePath>$(ProjectDir)..\..;$(ExecutablePath)</ExecutablePath>
|
|
|
|
|
<TargetName>mandelbrot</TargetName>
|
|
|
|
|
<TargetName>mandelbrot_tasks</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
@@ -153,12 +153,12 @@
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="mandelbrot.cpp" />
|
|
|
|
|
<ClCompile Include="mandelbrot_serial.cpp" />
|
|
|
|
|
<ClCompile Include="mandelbrot_tasks.cpp" />
|
|
|
|
|
<ClCompile Include="mandelbrot_tasks_serial.cpp" />
|
|
|
|
|
<ClCompile Include="../tasksys.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="mandelbrot.ispc">
|
|
|
|
|
<CustomBuild Include="mandelbrot_tasks.ispc">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ispc -O2 %(Filename).ispc -o $(TargetDir)%(Filename).obj -h $(TargetDir)%(Filename)_ispc.h --arch=x86 --target=sse2,sse4-x2,avx-x2
|
|
|
|
|
</Command>
|
|
|
|
|
|