You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
Native SSE & AVX implementation of exponential & power functions
Native SSE & AVX feature implementation
Feb 12, 2023
Currently, the following library features do not have SSE and/or AVX versions or are only implemented via SVML.
Basic functions:
Exponential functions:
Power functions:
Hyperbolic functions:
The text was updated successfully, but these errors were encountered: