aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* fix bug #203: revert to using _mm_set1_p[sd]Gravatar Benoit Jacob2011-02-28
|
* relax condition in matrix_exponential test for clangGravatar Benoit Jacob2011-02-27
|
* fix umeyama testGravatar Benoit Jacob2011-02-27
|
* fix stable_norm test: the |small| value was 0 on clang with complex<float>.Gravatar Benoit Jacob2011-02-27
|
* remove now-useless commentsGravatar Benoit Jacob2011-02-27
|
* fix bug #201: Clang too has intrinsics bugs preventing us to use custom ↵Gravatar Benoit Jacob2011-02-27
| | | | unaligned loads
* disable BVH test on Clang++. Looks like there's a good reason why BVH is ↵Gravatar Benoit Jacob2011-02-27
| | | | unsupported. It seems to have a very weird usage pattern, relying on an externally defined bounding_box function in a naive way.
* fix compilation of unit tests with clangGravatar Benoit Jacob2011-02-27
|
* shut up a stupid clang 2.8 warningGravatar Benoit Jacob2011-02-27
|
* fix compilation with clang 2.8Gravatar Benoit Jacob2011-02-27
|
* documentation fixesGravatar Benoit Jacob2011-02-27
|
* add option to build in 32bit modeGravatar Benoit Jacob2011-02-27
|
* bug #195 - fix this once and for all: just never use _mm_load_sd on ↵Gravatar Benoit Jacob2011-02-27
| | | | gcc/i386, it generates redundant x87 ops
* Document (non)sorting of eigenvalues.Gravatar Jitse Niesen2011-02-27
| | | | | Also, update docs for (Generalized)SelfAdjointEigenSolver to reflect that these two classes were split apart.
* Use absolute error to test sum in which cancellation may occur.Gravatar Jitse Niesen2011-02-25
|
* to ease debugging let's catch invalid template options in TransformGravatar Gael Guennebaud2011-02-25
|
* fix compilation with gcc 3.4Gravatar Gael Guennebaud2011-02-25
|
* fix bug #195: fast unaligned load for integer using _mm_load_sd failed when ↵Gravatar Benoit Jacob2011-02-24
| | | | the value interpreted as a NaN
* Improved docs of PlainObjectBase::conservativeResize methods.Gravatar Hauke Heibel2011-02-24
|
* fix AltiVec ploaddupGravatar Gael Guennebaud2011-02-24
|
* bounds the range of random integers for AltiVecGravatar Gael Guennebaud2011-02-24
|
* extend testing of ploaddupGravatar Gael Guennebaud2011-02-24
|
* fix pset1 for complexGravatar Gael Guennebaud2011-02-23
|
* improve packetmath unit testGravatar Gael Guennebaud2011-02-23
|
* implement ploaddup for complex and SSE/NEON even though they are not used in ↵Gravatar Gael Guennebaud2011-02-23
| | | | practice
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
|
* fix overflow in packetmath unit testGravatar Gael Guennebaud2011-02-23
|
* fix a couple of issues with pcplxflipGravatar Gael Guennebaud2011-02-23
|
* mention reverse and replicate in the quick refGravatar Gael Guennebaud2011-02-23
|
* implement pcplxflip for altivecGravatar Gael Guennebaud2011-02-23
|
* add unit test for pcplxflipGravatar Gael Guennebaud2011-02-23
|
* implement workarounds for MSVC IDEs and the Experimental targetGravatar Gael Guennebaud2011-02-23
|
* same for neonGravatar Gael Guennebaud2011-02-23
|
* Altivec: fix infinite loop (ei_ -> internal:: change)Gravatar Gael Guennebaud2011-02-23
|
* suppress unused warningGravatar Gael Guennebaud2011-02-23
|
* do not try to use Eigen's blas/lapack if they cannot be compiledGravatar Gael Guennebaud2011-02-23
|
* fix no newline warningGravatar Gael Guennebaud2011-02-23
|
* add missing AlignedOnScalarGravatar Gael Guennebaud2011-02-22
|
* fix icc warning #68Gravatar Benoit Jacob2011-02-22
|
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in ↵Gravatar Benoit Jacob2011-02-22
| | | | our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
* mergeGravatar Benoit Jacob2011-02-22
|\
* | ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
| |
* | shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
| |
* | fix legitimate ICC 12 warningGravatar Benoit Jacob2011-02-22
| |
| * altivec compilation fixGravatar Gael Guennebaud2011-02-22
|/
* 'fix' a couple of clang -Wconstant-logical-operand warnings (still not ↵Gravatar Benoit Jacob2011-02-22
| | | | convinced about the pertinence of that warning)
* __attribute__((flatten)) seems to be recognized by neither clang nor icc ↵Gravatar Benoit Jacob2011-02-22
| | | | despite these compilers defining __GNUC__.
* also test non_projective_only with row major transformationsGravatar Gael Guennebaud2011-02-22
|
* fix bug #190: directly pass Transform Options to Matrix, allowing to use ↵Gravatar Benoit Jacob2011-02-22
| | | | RowMajor. Fix issues in Transform with non-default Options.
* gcc 4.4 also defines float32_t as a special typeGravatar Gael Guennebaud2011-02-22
|