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

valgrind trouble / deprecated SETEND instructions #6

Closed
rsaxvc opened this issue Jun 3, 2017 · 1 comment
Closed

valgrind trouble / deprecated SETEND instructions #6

rsaxvc opened this issue Jun 3, 2017 · 1 comment

Comments

@rsaxvc
Copy link
Contributor

rsaxvc commented Jun 3, 2017

Valgrind crashes during memcmp() due to the presence (really lack of implementation in Valgrind) of SETEND. ARM has deprecated these instructions, though they're still available in A32 and T32.

This pull request: #5 Removes the SETEND instructions and replaces them with REV instructions, which I expect to be a few cycles slower, but work with valgrind.

@bavison
Copy link
Owner

bavison commented Sep 13, 2017

PR merged, thanks

@bavison bavison closed this as completed Sep 13, 2017
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