|
29 | 29 | "cacheVariables": { "DXMATH_ARCHITECTURE": "x86" }, |
30 | 30 | "hidden": true |
31 | 31 | }, |
32 | | - { |
33 | | - "name": "ARM", |
34 | | - "architecture": { |
35 | | - "value": "arm", |
36 | | - "strategy": "external" |
37 | | - }, |
38 | | - "cacheVariables": { "DXMATH_ARCHITECTURE": "arm" }, |
39 | | - "hidden": true |
40 | | - }, |
41 | 32 | { |
42 | 33 | "name": "ARM64", |
43 | 34 | "architecture": { |
|
188 | 179 | { "name": "x64-Release" , "description": "MSVC for x64 (Release) - SSE/SSE2", "inherits": [ "base", "x64", "Release", "MSVC" ] }, |
189 | 180 | { "name": "x86-Debug" , "description": "MSVC for x86 (Debug) - SSE/SSE2", "inherits": [ "base", "x86", "Debug", "MSVC" ] }, |
190 | 181 | { "name": "x86-Release" , "description": "MSVC for x86 (Release) - SSE/SSE2", "inherits": [ "base", "x86", "Release", "MSVC" ] }, |
191 | | - { "name": "arm-Debug" , "description": "MSVC for ARM (Debug) - ARM-NEON", "inherits": [ "base", "ARM", "Debug", "MSVC" ] }, |
192 | | - { "name": "arm-Release" , "description": "MSVC for ARM (Release) - ARM-NEON", "inherits": [ "base", "ARM", "Release", "MSVC" ] }, |
193 | 182 | { "name": "arm64-Debug" , "description": "MSVC for ARM64 (Debug) - ARM-NEON", "inherits": [ "base", "ARM64", "Debug", "MSVC" ] }, |
194 | 183 | { "name": "arm64-Release" , "description": "MSVC for ARM64 (Release) - ARM-NEON", "inherits": [ "base", "ARM64", "Release", "MSVC" ] }, |
195 | 184 | { "name": "arm64ec-Debug" , "description": "MSVC for ARM64EC (Debug) - ARM-NEON", "inherits": [ "base", "ARM64EC", "Debug", "MSVC" ] }, |
|
0 commit comments