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

Restore Buildability on main, warn about broken block #52

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Jun 30, 2024

  1. Restore buildability: __GR_VLA has been removed in main (post-3.10)

    Required a bunch of mallocs/volk_allocs with volk::vectors.
    
    Also, bouzegzi seems algorithmically broken, so add a clear compile
    warning.
    
    Fly-by fixes on comparing signed integers to unsigned vector lengths,
    hard to detangle from fixing the VLA usage.
    
    Signed-off-by: Marcus Müller <[email protected]>
    Marcus Müller committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3756ca5 View commit details
    Browse the repository at this point in the history
  2. bouzegzi: remove unused field, methods

    Signed-off-by: Marcus Müller <[email protected]>
    Marcus Müller committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    de9704e View commit details
    Browse the repository at this point in the history