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

Don't use team 'x64' for '64-bit' #1979

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Conversation

Low-power
Copy link
Contributor

x64 is short for x86-64, which only refers to this specific architecture made by AMD; using the term for any other 64-bit architectures such as arm64 is wrong. Please simply use 64-bit to indicate a 64-bit architecture.

Source file src/backend/cpu/platform/BasicCpuInfo_arm.cpp would still output JSON that uses x64 to indicate 64-bit support, should it be fixed as well?

@xmrig xmrig added the bug label Dec 15, 2020
@xmrig xmrig added this to the v6 milestone Dec 15, 2020
@xmrig
Copy link
Owner

xmrig commented Dec 15, 2020

Merged into dev branch.
Thank you.

@xmrig xmrig merged commit 5a846eb into xmrig:master Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants