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

Minor changes in BufferUtils #6924

Merged
merged 2 commits into from
Oct 30, 2019
Merged

Minor changes in BufferUtils #6924

merged 2 commits into from
Oct 30, 2019

Commits on Oct 30, 2019

  1. Minor cleanup in BufferUtils.cpp

    Replace inline asm with intrinsic using target attribute trick.
    Nekotekina committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    b196876 View commit details
    Browse the repository at this point in the history
  2. Minor optimization in BufferUtils.cpp

    Don't use PSHUFB for horizontal operations.
    Utilize PHMINPOSUW to compute max as well:
     + sse41_hmin_epu16
     + sse41_hmax_epu16
    Nekotekina committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    e3e7051 View commit details
    Browse the repository at this point in the history