Skip to content

Conversation

brad0
Copy link
Contributor

@brad0 brad0 commented Oct 7, 2025

Revert removal of local variables.

Revert removal of local variables.
@brad0 brad0 enabled auto-merge (squash) October 7, 2025 22:12
@brad0 brad0 merged commit 57b5ba0 into llvm:main Oct 7, 2025
10 of 11 checks passed
@brad0 brad0 deleted the fix_hwcap branch October 7, 2025 22:18
unsigned long hwcap = getauxval(AT_HWCAP);
unsigned long hwcap2 = getauxval(AT_HWCAP2);
unsigned long hwcap2 = getauxval(AT_HWCAP3);
unsigned long hwcap2 = getauxval(AT_HWCAP4);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are all hwcap2, should be hwcap3/4


unsigned long hwcap = getauxval(AT_HWCAP);
unsigned long hwcap2 = getauxval(AT_HWCAP2);
unsigned long hwcap2 = getauxval(AT_HWCAP3);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants