Skip to content

Commit

Permalink
compile fix for ISPC v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwoop committed Oct 30, 2014
1 parent dae80ba commit 691bea3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 64 deletions.
36 changes: 1 addition & 35 deletions common/cmake/ispc.rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="ISPC"
Version="8,00"
Expand Down Expand Up @@ -32,40 +32,6 @@
/>
</Values>
</EnumProperty>
<EnumProperty
Name="Processor"
DisplayName="Target Processor"
Description="Select Target Processor."
DefaultValue="1"
>
<Values>
<EnumValue
Value="0"
Switch="--cpu=atom"
DisplayName="Atom"
/>
<EnumValue
Value="1"
Switch="--cpu=penryn"
DisplayName="Penryn"
/>
<EnumValue
Value="2"
Switch="--cpu=core2"
DisplayName="Core 2"
/>
<EnumValue
Value="3"
Switch="--cpu=corei7"
DisplayName="Core i7"
/>
<EnumValue
Value="4"
Switch="--cpu=corei7-avx"
DisplayName="Core i7 AVX"
/>
</Values>
</EnumProperty>
<EnumProperty
Name="TargetISA"
DisplayName="Target ISA"
Expand Down
3 changes: 1 addition & 2 deletions common/cmake/ispc.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PropertyPageSchema
Expand Down Expand Up @@ -56,7 +56,6 @@
IncludePaths="%(ISPC.IncludePaths)"
HeaderFile="%(ISPC.HeaderFile)"
Architecture="%(ISPC.Architecture)"
Processor="%(ISPC.Processor)"
TargetISA="%(ISPC.TargetISA)"
WarningLevel="%(ISPC.WarningLevel)"
MathLibrary="%(ISPC.MathLibrary)"
Expand Down
28 changes: 1 addition & 27 deletions common/cmake/ispc.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback">
<Rule
Name="ISPC"
Expand Down Expand Up @@ -115,32 +115,6 @@
DisplayName="x86-64"
Switch="--arch=x86-64" />
</EnumProperty>
<EnumProperty
Name="Processor"
HelpContext="0"
DisplayName="Target Processor"
Description="Select Target Processor.">
<EnumValue
Name="0"
DisplayName="Atom"
Switch="--cpu=atom" />
<EnumValue
Name="1"
DisplayName="Penryn"
Switch="--cpu=penryn" />
<EnumValue
Name="2"
DisplayName="Core 2"
Switch="--cpu=core2" />
<EnumValue
Name="3"
DisplayName="Core i7"
Switch="--cpu=corei7" />
<EnumValue
Name="4"
DisplayName="Core i7 AVX"
Switch="--cpu=corei7-avx" />
</EnumProperty>
<EnumProperty
Name="TargetISA"
HelpContext="0"
Expand Down

0 comments on commit 691bea3

Please sign in to comment.