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

🚧 POC - support NaNs for SSE & AVX2 f32 #18

Closed
wants to merge 12 commits into from
Closed

🚧 POC - support NaNs for SSE & AVX2 f32 #18

wants to merge 12 commits into from

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    6ffb4db View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    188635f View commit details
    Browse the repository at this point in the history
  2. 🧹 formatting

    jvdd committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7ac2504 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. 🔍 enable lto

    jvdd committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bf1725b View commit details
    Browse the repository at this point in the history
  2. 🤔 implement avx2 as well

    jvdd committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0a66127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08588bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd0f8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faa3f56 View commit details
    Browse the repository at this point in the history
  6. 🙈

    jvdd committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    50ee420 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f9b767 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. 🐛 load unaligned

    jvdd committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bae6139 View commit details
    Browse the repository at this point in the history
  2. ⚡ use faster SIMD intrinsics

    jvdd committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    df40466 View commit details
    Browse the repository at this point in the history