Skip to content

add ARM64 windows support  #1042

Description

@jmklix

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p2This is a standard priority issue

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions