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

Cleanup bitmanip co-processor #312

Merged
merged 4 commits into from
May 10, 2022
Merged

Cleanup bitmanip co-processor #312

merged 4 commits into from
May 10, 2022

Conversation

stnolting
Copy link
Owner

This is another code clean-up and optimization PR - this time targeting the CPU's B extension (bit-manipulation) co-processor.

  • cleaner code
  • slightly less area requirements
  • faster execution of shift and shift-related (like CLZ) operations; one cycle less latency

@stnolting stnolting added HW hardware-related optimization Make things faster, smaller and more efficient labels May 7, 2022
@stnolting stnolting self-assigned this May 7, 2022
@stnolting stnolting marked this pull request as ready for review May 10, 2022 14:54
@stnolting stnolting merged commit a32f3e5 into main May 10, 2022
@stnolting stnolting deleted the cleanup_bitmanip_cp branch May 10, 2022 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related optimization Make things faster, smaller and more efficient
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant