Skip to content

Conversation

@NWilson
Copy link
Member

@NWilson NWilson commented Feb 6, 2025

This addresses Aaron's (ucko's) complaint from #655.

compare_type compare2_type = compare_match1;
vect_t cmp1a, cmp1b, cmp2a, cmp2b;
const sljit_u32 diff = IN_UCHARS(offs1 - offs2);
const sljit_uw diff = IN_UCHARS(offs1 - offs2);
Copy link
Member Author

Choose a reason for hiding this comment

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

@zherczeg I just wanted to point out this small change in the NEON code. I think it's correct.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Likely. diff is a value between 0 and 31

@NWilson NWilson merged commit 804b10a into master Feb 10, 2025
32 of 33 checks passed
@NWilson NWilson deleted the user/niwilson/clang-shorten-64-to-32 branch February 10, 2025 10:06
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

Successfully merging this pull request may close these issues.

3 participants