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

Native SSE & AVX feature implementation #1

Open
5 of 19 tasks
switch-blade-stuff opened this issue Feb 12, 2023 · 0 comments
Open
5 of 19 tasks

Native SSE & AVX feature implementation #1

switch-blade-stuff opened this issue Feb 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@switch-blade-stuff
Copy link
Owner

switch-blade-stuff commented Feb 12, 2023

Currently, the following library features do not have SSE and/or AVX versions or are only implemented via SVML.

Basic functions:

  • fmod
  • remainder
  • remquo

Exponential functions:

  • exp
  • exp2
  • expm1
  • log
  • log10
  • log2
  • log1p

Power functions:

  • pow
  • cbrt
  • hypot

Hyperbolic functions:

  • sinh
  • cosh
  • tanh
  • asinh
  • acosh
  • atanh
@switch-blade-stuff switch-blade-stuff changed the title Native SSE & AVX implementation of exponential functions Native SSE & AVX implementation of exponential & power functions Feb 12, 2023
@switch-blade-stuff switch-blade-stuff changed the title Native SSE & AVX implementation of exponential & power functions Native SSE & AVX feature implementation Feb 12, 2023
@switch-blade-stuff switch-blade-stuff added the enhancement New feature or request label Feb 14, 2023
@switch-blade-stuff switch-blade-stuff self-assigned this Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant