Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for Windows ARM64 platforms, alongside the others.
It also fixes a small issue in the XMPScanner code to allow it to compile properly with C++17 (
auto_ptr
toshared_ptr
).Related Issue
n/a (should I open one?)
Motivation and Context
An external company needs this work done, in order to have a native ARM64 version of their application.
There appears to have been semi-support for this in a previous release, looking at the CMake files, but appears to have broken with time.
How Has This Been Tested?
I have compiled and run the samples, which all appear to return valid data. If there is a more comprehensive test suite somewhere, I am happy to run that also.
All testing done locally on my Thinkpad T14s Gen6 with a Snapdragon X Elite chip.
A native VS2022 environment was used on this device.
I also added some options to the batch files available, in some cases I added the options to the end, in others I renumbered the options, where it felt more appropriate depending on the context of the menu.
Types of changes
Checklist:
For the CLA, I am checking with my management chain regarding it. Will update once I have more info.