index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
arch
/
AVX
/
MathFunctions.h
Commit message (
Expand
)
Author
Age
*
Fix copy-paste error: Must use _mm256_cmp_ps for AVX.
Rasmus Munk Larsen
2016-10-12
*
Update comment for fast sqrt.
Rasmus Munk Larsen
2016-10-04
*
Fix a bug in the implementation of Carmack's fast sqrt algorithm in Eigen (en...
Rasmus Munk Larsen
2016-10-04
*
Factorize the 4 copies of tanh implementations, make numext::tanh consistent ...
Gael Guennebaud
2016-08-23
*
Improved implementation of ptanh for SSE and AVX
Benoit Steiner
2016-02-18
*
Avoid implicit cast from double to float.
Benoit Steiner
2016-02-10
*
Optimized implementation of the hyperbolic tangent function for AVX
Benoit Steiner
2016-02-10
*
Workaround compilers that do not even define _mm256_set_m128.
Gael Guennebaud
2015-12-24
*
Fixed a typo.
Benoit Steiner
2015-12-18
*
bug #1140: remove custom definition and use of _mm256_setr_m128
Gael Guennebaud
2015-12-18
*
bug #1069: fix AVX support on MSVC (use of non portable C-style cast)
Gael Guennebaud
2015-09-28
*
Added a double-precision implementation of the exp() function for AVX.
Benoit Steiner
2015-05-04
*
Fixed the optimized AVX implementation of the fast rsqrt function
Benoit Steiner
2015-03-02
*
Added an optimized version of rsqrt for SSE and AVX that is used when EIGEN_F...
Benoit Steiner
2015-03-02
*
Added support for fast reciprocal square root computation.
Benoit Steiner
2015-02-26
*
Optimized version of the sin(), exp(), log() and sqrt() function for AVX
Benoit Steiner
2015-02-13