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

Optimize C library functions #164

Closed
MJoergen opened this issue Oct 13, 2020 · 1 comment
Closed

Optimize C library functions #164

MJoergen opened this issue Oct 13, 2020 · 1 comment
Assignees
Labels

Comments

@MJoergen
Copy link
Collaborator

The library functions __lslint32 and __lsrint32 can be optimized by making use of the monitor calls shl32 and shr32.

@MJoergen
Copy link
Collaborator Author

I'm closing this Issue again.

I examined the generated assembly code for __lslint32 and __lsrint32, and they are already highly optimized with an implementation close to that of the corresponding monitor calls.

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

No branches or pull requests

2 participants