We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some old Android kernels mix v7 flags with v8 ones. Can be seen in #43:
processor : 0 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32 CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4
Have to add code to ignore v7 ones.
The text was updated successfully, but these errors were encountered:
d03469b
Nope, need to warn when they appear and refuse to add such entries.
Flags in 32-bit mode are not complete compared to 64-bit mode.
Sorry, something went wrong.
dropped Exynos 7870
b818f04
Dump was from 32-bit userspace so flags were not complete. Have to stop adding such ones. Related: #43 #50
No branches or pull requests
Some old Android kernels mix v7 flags with v8 ones. Can be seen in #43:
Have to add code to ignore v7 ones.
The text was updated successfully, but these errors were encountered: