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

Move entirely to array-based SIMD #1624

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Commits on Aug 7, 2024

  1. Move entirely to array-based SIMD

    See MCP#621
    
    This tries to make as few changes as possible -- it keeps the `new` functions taking all the parameters, for example.
    scottmcm committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    264b1ff View commit details
    Browse the repository at this point in the history
  2. Keep Debug the same

    This ended up way more annoying than expected, because I needed to refactor the `types!` macro to separate out the stability attributes to put those on the `Debug` impl without also copying all the `#[doc]`s.  But I like how it came out in the end, reducing duplication in the macro invocations.
    
    But without it all the C-consistency tests fail.
    scottmcm committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fed7b5d View commit details
    Browse the repository at this point in the history