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

Use __aarch64__ instead of __arm64__ for Linux builds #58

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

mstephenson6
Copy link
Contributor

  • Fixes a build error on M1 Linux, unknown mnemonic int -- int $3, in mveasm.cpp

Signed-off-by: Matt Stephenson <mstephenson6@users.noreply.github.com>
@Arcnor
Copy link
Collaborator

Arcnor commented Apr 18, 2024

This also affects macOS, I'm assuming it works because __aarch64__ is supposed to be defined there too, but if somebody can test (@jcoby ?) that'd be great.

@Arcnor Arcnor merged commit 5ce124d into DescentDevelopers:main Apr 18, 2024
6 checks passed
JeodC pushed a commit that referenced this pull request Apr 28, 2024
Use __aarch64__ instead of __arm64__ for Linux builds
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

2 participants