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

switch to std::simd, expand SIMD & docs #1239

Merged
merged 5 commits into from
Aug 10, 2022

Commits on Jul 9, 2022

  1. switch to std::simd, expand SIMD stuff & docs

    move __m128i to stable, expand documentation, add SIMD to Bernoulli, add maskNxM, add __m512i
    
    genericize simd uniform int
    
    remove some debug stuff
    
    remove bernoulli
    
    foo
    
    foo
    TheIronBorn committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    599d7f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

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

Commits on Aug 4, 2022

  1. fix doc link

    TheIronBorn authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f89f15f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    2fab15d View commit details
    Browse the repository at this point in the history
  2. fix doc test

    TheIronBorn committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    949d70f View commit details
    Browse the repository at this point in the history