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

Add support to array-based SIMD #2633

Merged
merged 3 commits into from
Jul 31, 2023

Commits on Jul 28, 2023

  1. Add support to array-based SIMD

    Originally, repr(simd) supported only multi-field form. An array
    based version was later added and it's likely to become the only
    supported way.
    
    The array-based version is currently used in the standard library, and
    to implement `portable-simd`. This change adds support to instantiating
    and using the array-based version.
    
    We should still add more tests to check if all simd operations that Kani
    supports works with the array-based SIMD.
    celinval committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f794fe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Add comment + improve tests

    celinval committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    bc70aa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    3e740ef View commit details
    Browse the repository at this point in the history