Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ARM64 windows support #1042

Open
1 of 2 tasks
jmklix opened this issue Jul 13, 2023 · 1 comment
Open
1 of 2 tasks

add ARM64 windows support #1042

jmklix opened this issue Jul 13, 2023 · 1 comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue

Comments

@jmklix
Copy link
Member

jmklix commented Jul 13, 2023

Describe the feature

Initial request from aws-sdk-cpp

Use Case

So the aws-sdk-cpp can be build on ARM64 windows platforms

Proposed Solution

This involves adding support for atomics on ATM64 windows builds. Current exception seen here:

#if !(defined(_M_IX86) || defined(_M_X64))
#    error Atomics are not currently supported for non-x86 MSVC platforms

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@jmklix jmklix added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jul 13, 2023
@blaymanGM
Copy link

I would like to add that this support would be helpful for our team. Reason we need ARM64 support is for Hololens 2 devices (ARM64 Windows Architecture)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants