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 ARM64 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
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 ARM64 windows builds. Current exception seen here:
Other Information
No response
Acknowledgements