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

Fix lane offsets for AVX2 pack instructions #1442

Closed
wants to merge 1 commit into from

Commits on Jan 2, 2024

  1. Fix lane offsets for AVX2 pack instructions

    `fast_image_resize` yielded broken images, a little bit of println
    bisecting revealed the SIMD instruction that was at fault. A bit of
    staring at the cg_clif impl and the Intel manual then revealed the place
    of the bug. There is a lot of copy pasting here, so I'm not surprised
    it's buggy ^^'.
    Noratrieb committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4901a43 View commit details
    Browse the repository at this point in the history