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

Unimplemented intrinsic: bitreverse #745

Closed
adpaco-aws opened this issue Jan 12, 2022 · 1 comment · Fixed by #779
Closed

Unimplemented intrinsic: bitreverse #745

adpaco-aws opened this issue Jan 12, 2022 · 1 comment · Fixed by #779
Assignees
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature.

Comments

@adpaco-aws
Copy link
Contributor

bitreverse is not supported at the moment.

It appears CBMC does not have available the bitreverse builtin according to the irep IDs definitions. I will talk to CBMC folks to see what can be done about this, but another approach here is to implement the logic for bit reversal it in RMC.

@adpaco-aws adpaco-aws added Area: verification [C] Feature / Enhancement A new feature request or enhancement to an existing feature. labels Jan 12, 2022
@adpaco-aws adpaco-aws self-assigned this Jan 12, 2022
@tautschnig
Copy link
Member

I have created diffblue/cbmc#6581, which does require further work until it can be merged, but might already suffice to clarify the interface for RMC to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants