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

Verify builtins get compiled into asm instructions we want #32

Open
daniel-j-h opened this issue Jul 29, 2021 · 1 comment
Open

Verify builtins get compiled into asm instructions we want #32

daniel-j-h opened this issue Jul 29, 2021 · 1 comment

Comments

@daniel-j-h
Copy link
Member

We are using __builtin calls in some of our bit manipulation functions. The idea is that the compiler will turn the builtin calls to native instructions, when compiled with the appropriate target flag. There are some indications that this is not always the case

I have quickly checked our rank function's asm with objdump and it looks good; but we should do a deeper dive here.

@daniel-j-h
Copy link
Member Author

objdump -d tinygraph-tests |grep pdep

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

No branches or pull requests

1 participant