File tree 3 files changed +3
-64
lines changed
3 files changed +3
-64
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<VisualStudioToolFile
3
3
Name=" ISPC"
4
4
Version=" 8,00"
32
32
/>
33
33
</Values >
34
34
</EnumProperty >
35
- <EnumProperty
36
- Name=" Processor"
37
- DisplayName=" Target Processor"
38
- Description=" Select Target Processor."
39
- DefaultValue=" 1"
40
- >
41
- <Values >
42
- <EnumValue
43
- Value=" 0"
44
- Switch=" --cpu=atom"
45
- DisplayName=" Atom"
46
- />
47
- <EnumValue
48
- Value=" 1"
49
- Switch=" --cpu=penryn"
50
- DisplayName=" Penryn"
51
- />
52
- <EnumValue
53
- Value=" 2"
54
- Switch=" --cpu=core2"
55
- DisplayName=" Core 2"
56
- />
57
- <EnumValue
58
- Value=" 3"
59
- Switch=" --cpu=corei7"
60
- DisplayName=" Core i7"
61
- />
62
- <EnumValue
63
- Value=" 4"
64
- Switch=" --cpu=corei7-avx"
65
- DisplayName=" Core i7 AVX"
66
- />
67
- </Values >
68
- </EnumProperty >
69
35
<EnumProperty
70
36
Name=" TargetISA"
71
37
DisplayName=" Target ISA"
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup >
4
4
<PropertyPageSchema
56
56
IncludePaths =" %(ISPC.IncludePaths)"
57
57
HeaderFile =" %(ISPC.HeaderFile)"
58
58
Architecture =" %(ISPC.Architecture)"
59
- Processor =" %(ISPC.Processor)"
60
59
TargetISA =" %(ISPC.TargetISA)"
61
60
WarningLevel =" %(ISPC.WarningLevel)"
62
61
MathLibrary =" %(ISPC.MathLibrary)"
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Rule
4
4
Name =" ISPC"
115
115
DisplayName =" x86-64"
116
116
Switch =" --arch=x86-64" />
117
117
</EnumProperty >
118
- <EnumProperty
119
- Name =" Processor"
120
- HelpContext =" 0"
121
- DisplayName =" Target Processor"
122
- Description =" Select Target Processor." >
123
- <EnumValue
124
- Name =" 0"
125
- DisplayName =" Atom"
126
- Switch =" --cpu=atom" />
127
- <EnumValue
128
- Name =" 1"
129
- DisplayName =" Penryn"
130
- Switch =" --cpu=penryn" />
131
- <EnumValue
132
- Name =" 2"
133
- DisplayName =" Core 2"
134
- Switch =" --cpu=core2" />
135
- <EnumValue
136
- Name =" 3"
137
- DisplayName =" Core i7"
138
- Switch =" --cpu=corei7" />
139
- <EnumValue
140
- Name =" 4"
141
- DisplayName =" Core i7 AVX"
142
- Switch =" --cpu=corei7-avx" />
143
- </EnumProperty >
144
118
<EnumProperty
145
119
Name =" TargetISA"
146
120
HelpContext =" 0"
You can’t perform that action at this time.
0 commit comments