-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port Desktop DLL to ARM64EC (#13320)
* Add ARM64EC Platform * Add property sheets * Add packages.lock.json * Upgrade WinSDK version for C/C++ projects Older SDK versions do not contain softintrin.h See http://www.emulators.com/docs/abc_arm64ec_explained.htm * Do not build Integration Test projects for ARM64EC * Make V8Platform x64 for ARM64EC * Override HermesPlatform for ARM64EC * Override WinAppSDK platforms for ARM64EC * Exclude OpenSSL on Desktop DLL for ARM64EC * Override WinAppSDK _MrtCoreRuntimeIdentifier * Update packages.lock.json * Add explicit LIB dependencies for ARM64EC * Skip React.Windows.IntegrationTests on ARM64EC * Change files * Simplify condition for WindowsAppSDKOverrides * Switch from ARM64 to ARM64EC in Desktop CI * Update prepare-build-env.yml * Enable ARM64EC on PullRequest env * Remove OpenSSL from Desktop LIB and DLL * /t:Vars - Log SolutionName
- Loading branch information
1 parent
53fe43a
commit 5a2f8d9
Showing
32 changed files
with
303 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,7 @@ | |
PlatformToolset; | ||
SolutionPath; | ||
SolutionDir; | ||
SolutionName; | ||
IntDir; | ||
OutDir; | ||
TargetDir; | ||
|
7 changes: 7 additions & 0 deletions
7
change/react-native-windows-f306036f-6bb2-4363-a355-aca868bf9a70.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "prerelease", | ||
"comment": "Port Desktop DLL to ARM64EC", | ||
"packageName": "react-native-windows", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
vnext/Desktop.ABITests/React.Windows.Desktop.ABITests.vcxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
vnext/Desktop.Test.DLL/React.Windows.Desktop.Test.DLL.vcxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.