index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
packetmath.cpp
Commit message (
Expand
)
Author
Age
*
AVX512 (r)sqrt(double) was mistakenly disabled with clang and others
Gael Guennebaud
2019-01-14
*
Rename pones -> ptrue. Use _CMP_TRUE_UQ where appropriate.
Rasmus Munk Larsen
2019-01-09
|
\
*
|
Collapsed revision
Rasmus Munk Larsen
2019-01-09
|
*
Add packet up "pones". Write pnot(a) as pxor(pones(a), a).
Rasmus Munk Larsen
2019-01-09
|
/
*
Merged eigen/eigen into default
Rasmus Larsen
2019-01-09
|
\
|
*
bug #1652: implements a much more accurate version of vectorized sin/cos. Thi...
Gael Guennebaud
2019-01-09
*
|
Add support for pcmp_eq and pnot, including for complex types.
Rasmus Munk Larsen
2019-01-07
|
/
*
Fix unit test
Gael Guennebaud
2018-12-27
*
Implement a faster fix for sin/cos of large entries that also correctly handl...
Gael Guennebaud
2018-12-23
*
Make sure that psin/pcos return number in [-1,1] for large inputs (though sin...
Gael Guennebaud
2018-12-23
*
Fix plog(+INF): it returned ~87 instead of +INF
Gael Guennebaud
2018-12-23
*
bug #1641: fix testing of pandnot and fix pandnot for complex on SSE/AVX/AVX512
Gael Guennebaud
2018-12-08
*
Implement AVX512 vectorization of std::complex<float/double>
Gael Guennebaud
2018-12-06
*
Several improvements regarding packet-bitwise operations:
Gael Guennebaud
2018-11-30
*
Extend unit test to recursively check half-packet types and non packet types
Gael Guennebaud
2018-11-26
*
fix alignment issue in ploaddup for AVX512
Gael Guennebaud
2018-09-28
*
Fix warning
Gael Guennebaud
2018-09-20
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
palign is not used anymore, so let's relax the unit test
Gael Guennebaud
2018-07-06
*
Complete Packet8h implementation and test it in packetmath unit test
Gael Guennebaud
2018-07-06
*
Fix unit test for SIMD engine not supporting sqrt
Gael Guennebaud
2018-04-26
*
Rename predux_downto4 to be more accurate on its semantic.
Gael Guennebaud
2018-04-03
*
Fix unit testing of predux_downto4 (bad name), and add unit testing of prsqrt
Gael Guennebaud
2018-04-03
*
MIsc. source and comment typos
luz.paz
2018-03-11
*
Added support for expm1 in Eigen.
Srinivas Vasudevan
2016-12-02
*
replace sizeof(Packet) with PacketSize else it breaks for ZVector.Packet4f
Konstantinos Margaritis
2016-11-17
*
Merged eigen/eigen into default
Benoit Steiner
2016-11-03
|
\
|
*
Add pinsertfirst function and implement pinsertlast for complex on SSE/AVX.
Gael Guennebaud
2016-11-02
|
*
Add a pinsertlast function replacing the last entry of a packet by a scalar.
Gael Guennebaud
2016-10-25
*
|
Merged eigen/eigen into default
Benoit Steiner
2016-10-12
|
\
|
*
|
Renamed predux_half into predux_downto4
Benoit Steiner
2016-10-06
*
|
Merged latest updates from trunk
Benoit Steiner
2016-10-05
|
\
\
|
|
*
Fix a bug in the implementation of Carmack's fast sqrt algorithm in Eigen (en...
Rasmus Munk Larsen
2016-10-04
|
|
/
|
*
Add a note regarding gcc bug #72867
Gael Guennebaud
2016-09-22
|
*
Fix compilation in non C++11 mode.
Gael Guennebaud
2016-08-23
|
*
Add log1p support for CUDA and half floats
Igor Babuschkin
2016-08-08
|
*
Made the packetmath test compile again. A better fix would be to move the spe...
Benoit Steiner
2016-07-11
|
*
Disabled GCC6's ignored-attributes warning in packetmath unit test.
Gael Guennebaud
2016-05-26
|
*
Silenced several double-promotion warnings
Christoph Hertzberg
2016-05-22
|
*
Make EIGEN_HAS_C99_MATH user configurable
Gael Guennebaud
2016-05-20
|
*
Extended the tests for ptanh
Benoit Steiner
2016-05-10
|
*
Enable and fix -Wdouble-conversion warnings
Christoph Hertzberg
2016-05-05
*
|
Extended the packetmath test to cover all the alignments made possible by avx...
Benoit Steiner
2016-04-29
*
|
Pull latest updates from upstream
Benoit Steiner
2016-04-11
|
\
|
|
*
enable all tests again
Konstantinos Margaritis
2016-04-05
|
*
actually include ZVector files, passes most basic tests (float still fails)
Konstantinos Margaritis
2016-03-28
|
*
some primitives ported, but missing intrinsics and crash with asm() are a pro...
Konstantinos Margaritis
2016-03-27
|
*
Added a regression test for tanh
Benoit Steiner
2016-02-10
*
|
Updated the packetmath test to call predux_half instead of predux4
Benoit Steiner
2016-02-01
|
*
Merged in ebrevdo/eigen (pull request PR-148)
Gael Guennebaud
2015-12-11
|
/
|
[next]