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

Fixed compiling ARM64 target for Windows #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MajorMurphy
Copy link
Contributor

Fixes two issues:

  • gcc __attribute__ keyword not supported by MSVC
  • assert looking for width variable instead of w

@@ -19,6 +19,12 @@
#include <arm_neon.h>
#include <cassert>

#if _WIN32
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be
#ifdef _MSC_VER

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed in newest commit

Copy link
Contributor

@ram-mohan ram-mohan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants