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

Remove array_zip #112096

Merged
merged 2 commits into from
May 31, 2023
Merged

Remove array_zip #112096

merged 2 commits into from
May 31, 2023

Commits on May 30, 2023

  1. Remove array_zip

    `[T; N]::zip` is "eager" but most zips are mapped.
    This causes poor optimization in generated code.
    This is a fundamental design issue and "zip" is
    "prime real estate" in terms of function names,
    so let's free it up again.
    workingjubilee committed May 30, 2023
    Configuration menu
    Copy the full SHA
    472230d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Test from_fn autovectorizes

    scottmcm authored and workingjubilee committed May 31, 2023
    Configuration menu
    Copy the full SHA
    374f5a8 View commit details
    Browse the repository at this point in the history