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

Convert SSE 4.2 intrinsics to const generics #1023

Merged
merged 15 commits into from
Feb 28, 2021

Commits on Feb 28, 2021

  1. fix the verifier to check the correct list of required consts

    Otherwise intrinsics using, for example, "const int" parameters cannot be migrated to `#[rustc_legacy_const_generics]`
    lqd committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    fc58840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1ccb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b5e7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9ed6d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9121f77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71f9688 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a21cbc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97080d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3122996 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c9c8a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d366e32 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    744cd8a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    59df62d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    74099dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    63d07a5 View commit details
    Browse the repository at this point in the history