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

Reimplement some x86 functions without LLVM intrinsics #1477

Merged
merged 15 commits into from
Oct 10, 2023

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    42acd0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    816a419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efb5a08 View commit details
    Browse the repository at this point in the history
  4. Reimplement _mm_mulhi_epi16, _mm_mulhi_epu16, _mm256_mulhi_epi16 and …

    …_mm256_mulhi_epu16 without LLVM intrinsics
    eduardosm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b6b9afc View commit details
    Browse the repository at this point in the history
  5. Reimplement _mm_avg_epu8, _mm_avg_epu16, _mm256_avg_epu8 and _mm256_a…

    …vg_epu16 without LLVM intrinsics
    eduardosm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2fe39cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d054a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    fd30484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a58f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22ffb3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e87cb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbe563f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01c610f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b45868d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07f63ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93163d5 View commit details
    Browse the repository at this point in the history