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

Adding vectorized implementations of Exp to Vector64/128/256/512 #97114

Merged
merged 7 commits into from
Jan 19, 2024

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    b4dbad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7736a0d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    bb8dbd9 View commit details
    Browse the repository at this point in the history
  2. Ensure V128/256/512 defers to the next smaller vector size by operati…

    …ng on the lower/upper halves
    tannergooding committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c81f0d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5909ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b04a92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    398c78e View commit details
    Browse the repository at this point in the history