Skip to content

Bitreverse intrinisic seems to work wrong #168

Closed
@bjorn3

Description

@bjorn3
assert_eq!(
    core::intrinsics::bitreverse(0b10101000u8),
                                 0b00010101u8,
);

panics

Metadata

Metadata

Assignees

Labels

C-bugCategory: This is a bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions