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

Another batch of AVX2 intrinsics #4

Merged
merged 26 commits into from
May 29, 2017
Merged

Another batch of AVX2 intrinsics #4

merged 26 commits into from
May 29, 2017

Commits on May 26, 2017

  1. start adding avx2

    Jack Mott committed May 26, 2017
    Configuration menu
    Copy the full SHA
    c9a400e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. test for adds_epi8

    Jack Mott committed May 27, 2017
    Configuration menu
    Copy the full SHA
    b052dc5 View commit details
    Browse the repository at this point in the history
  2. all adds tests

    Jack Mott committed May 27, 2017
    Configuration menu
    Copy the full SHA
    e280aa4 View commit details
    Browse the repository at this point in the history
  3. doc comments

    Jack Mott committed May 27, 2017
    Configuration menu
    Copy the full SHA
    0d653b5 View commit details
    Browse the repository at this point in the history
  4. and and andnot

    Jack Mott committed May 27, 2017
    Configuration menu
    Copy the full SHA
    fef7664 View commit details
    Browse the repository at this point in the history
  5. avg

    Jack Mott committed May 27, 2017
    Configuration menu
    Copy the full SHA
    ef8252c View commit details
    Browse the repository at this point in the history
  6. blendv

    Jack Mott committed May 27, 2017
    Configuration menu
    Copy the full SHA
    9d393ba View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. cmpeq and cmpgt

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    77c2560 View commit details
    Browse the repository at this point in the history
  2. todo comments

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    3c3a2da View commit details
    Browse the repository at this point in the history
  3. style fixes

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    2070eb5 View commit details
    Browse the repository at this point in the history
  4. update TODO, fix styles, add hadd and hsub

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    922dacd View commit details
    Browse the repository at this point in the history
  5. spacing on tests

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    ff85180 View commit details
    Browse the repository at this point in the history
  6. start on avx

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    9a2409d View commit details
    Browse the repository at this point in the history
  7. merge with upstream

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    3944be3 View commit details
    Browse the repository at this point in the history
  8. style fixes

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    04519e2 View commit details
    Browse the repository at this point in the history
  9. working through max

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    fceb2ca View commit details
    Browse the repository at this point in the history
  10. max and min

    Jack Mott committed May 28, 2017
    Configuration menu
    Copy the full SHA
    e2f5f24 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. movemask, mpsad, mul

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    e6e7ecf View commit details
    Browse the repository at this point in the history
  2. mul

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    fe068d7 View commit details
    Browse the repository at this point in the history
  3. or

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    d3d51e8 View commit details
    Browse the repository at this point in the history
  4. pack

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    aab4041 View commit details
    Browse the repository at this point in the history
  5. sad

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    8a7ffa3 View commit details
    Browse the repository at this point in the history
  6. sign

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    8ee644c View commit details
    Browse the repository at this point in the history
  7. merge upstream

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    2302cb2 View commit details
    Browse the repository at this point in the history
  8. mulhrs

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    78c3c28 View commit details
    Browse the repository at this point in the history
  9. update TODO

    Jack Mott committed May 29, 2017
    Configuration menu
    Copy the full SHA
    9464d46 View commit details
    Browse the repository at this point in the history