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

Display more features on AArch64 #282

Closed
hrw opened this issue Sep 9, 2024 · 1 comment
Closed

Display more features on AArch64 #282

hrw opened this issue Sep 9, 2024 · 1 comment

Comments

@hrw
Copy link

hrw commented Sep 9, 2024

cpufetch on AArch64 shows "Features: NEON,SHA1,SHA2,AES,CRC32" which is kind of worthless.

Neon support is present in all cores, SHA1/2/AES/CRC32 are v8.0 crypto part which is present in nearly every cpu.

Compare it with 'Features' flag of /proc/cpuinfo:

Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint

Atomics/uscat, paca/pacg, sve/sve2/sme, bti, rng are interesting cpu features to show.

@Dr-Noob
Copy link
Owner

Dr-Noob commented Sep 9, 2024

Duplicated of #132 (it's been a long time since I planned to improve this)

@Dr-Noob Dr-Noob closed this as completed Sep 9, 2024
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

No branches or pull requests

2 participants