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

Improve ARM extracting #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

vainiovano
Copy link
Contributor

arm64 is now handled the same way as aarch64. The grouping of 32-bit ARMs is removed to be able to analyze the data for individual generations and featuresets more easily.

Putting all 32-bit ARMs in the same group loses information that is
present in the original data. It might, for example, be interesting to
see how popular armel is compared to armhf.

aarch64 and arm64 are marked as armv8 to stay somewhat consistent with
the names for earlier generations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant