Benoit Jacob
|
4846c76d9d
|
shut up a stupid clang 2.8 warning
|
2011-02-27 20:18:03 -05:00 |
|
Benoit Jacob
|
afc9efca15
|
fix compilation with clang 2.8
|
2011-02-27 20:17:47 -05:00 |
|
Benoit Jacob
|
ea7d872181
|
documentation fixes
|
2011-02-27 17:43:10 -05:00 |
|
Benoit Jacob
|
b6299c974f
|
add option to build in 32bit mode
|
2011-02-27 17:27:23 -05:00 |
|
Benoit Jacob
|
b3544ce2ae
|
bug #195 - fix this once and for all: just never use _mm_load_sd on gcc/i386, it generates redundant x87 ops
|
2011-02-27 17:26:59 -05:00 |
|
Jitse Niesen
|
a8f5ef9388
|
Document (non)sorting of eigenvalues.
Also, update docs for (Generalized)SelfAdjointEigenSolver to reflect that these
two classes were split apart.
|
2011-02-27 14:06:55 +00:00 |
|
Jitse Niesen
|
58abf0eb98
|
Use absolute error to test sum in which cancellation may occur.
|
2011-02-25 08:56:37 +00:00 |
|
Gael Guennebaud
|
ef73265987
|
to ease debugging let's catch invalid template options in Transform
|
2011-02-25 09:03:24 +01:00 |
|
Gael Guennebaud
|
4fbd78d993
|
fix compilation with gcc 3.4
|
2011-02-25 09:02:15 +01:00 |
|
Benoit Jacob
|
5dfae4524b
|
fix bug #195: fast unaligned load for integer using _mm_load_sd failed when the value interpreted as a NaN
|
2011-02-24 10:31:57 -05:00 |
|
Hauke Heibel
|
2064c59878
|
Improved docs of PlainObjectBase::conservativeResize methods.
|
2011-02-24 15:48:41 +01:00 |
|
Gael Guennebaud
|
bb9a465c5a
|
fix AltiVec ploaddup
|
2011-02-24 00:23:50 +03:00 |
|
Gael Guennebaud
|
28d17c5390
|
bounds the range of random integers for AltiVec
|
2011-02-24 00:22:53 +03:00 |
|
Gael Guennebaud
|
4bfe38eda2
|
extend testing of ploaddup
|
2011-02-24 00:22:10 +03:00 |
|
Gael Guennebaud
|
23aae0d63e
|
fix pset1 for complex
|
2011-02-23 21:24:47 +03:00 |
|
Gael Guennebaud
|
0dfea7fce4
|
improve packetmath unit test
|
2011-02-23 21:24:26 +03:00 |
|
Gael Guennebaud
|
c121e6f390
|
implement ploaddup for complex and SSE/NEON even though they are not used in practice
|
2011-02-23 16:31:42 +01:00 |
|
Gael Guennebaud
|
955c099eb5
|
implement ploaddup for altivec and add respective unit test
|
2011-02-23 18:20:55 +03:00 |
|
Gael Guennebaud
|
a00aaf7f7e
|
fix overflow in packetmath unit test
|
2011-02-23 17:57:18 +03:00 |
|
Gael Guennebaud
|
6e01780541
|
fix a couple of issues with pcplxflip
|
2011-02-23 17:51:40 +03:00 |
|
Gael Guennebaud
|
939f0327b6
|
mention reverse and replicate in the quick ref
|
2011-02-23 15:31:16 +01:00 |
|
Gael Guennebaud
|
78e1a62c54
|
implement pcplxflip for altivec
|
2011-02-23 14:20:58 +01:00 |
|
Gael Guennebaud
|
59eeb67187
|
add unit test for pcplxflip
|
2011-02-23 14:20:33 +01:00 |
|
Gael Guennebaud
|
b8374aec00
|
implement workarounds for MSVC IDEs and the Experimental target
|
2011-02-23 11:53:20 +01:00 |
|
Gael Guennebaud
|
7dc18b20bb
|
same for neon
|
2011-02-23 09:41:55 +01:00 |
|
Gael Guennebaud
|
32e7dae776
|
Altivec: fix infinite loop (ei_ -> internal:: change)
|
2011-02-23 09:41:02 +01:00 |
|
Gael Guennebaud
|
9ab503903e
|
suppress unused warning
|
2011-02-23 09:32:55 +01:00 |
|
Gael Guennebaud
|
14b164b00e
|
do not try to use Eigen's blas/lapack if they cannot be compiled
|
2011-02-23 09:25:32 +01:00 |
|
Gael Guennebaud
|
c78b5fd9aa
|
fix no newline warning
|
2011-02-23 09:23:11 +01:00 |
|
Gael Guennebaud
|
2fb5567e08
|
add missing AlignedOnScalar
|
2011-02-22 21:25:47 +01:00 |
|
Benoit Jacob
|
3df134dec2
|
fix icc warning #68
|
2011-02-22 10:11:03 -05:00 |
|
Benoit Jacob
|
c58a2ff03a
|
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
|
2011-02-22 10:05:41 -05:00 |
|
Benoit Jacob
|
9e1127619c
|
merge
|
2011-02-22 09:33:01 -05:00 |
|
Benoit Jacob
|
720767ae40
|
ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compiler
|
2011-02-22 09:32:39 -05:00 |
|
Benoit Jacob
|
d8e97aee89
|
shut up stupid ICC warnings
|
2011-02-22 09:31:22 -05:00 |
|
Benoit Jacob
|
625814464e
|
fix legitimate ICC 12 warning
|
2011-02-22 09:30:54 -05:00 |
|
Gael Guennebaud
|
39b27fb656
|
altivec compilation fix
|
2011-02-22 15:26:28 +01:00 |
|
Benoit Jacob
|
25579df2d4
|
'fix' a couple of clang -Wconstant-logical-operand warnings (still not convinced about the pertinence of that warning)
|
2011-02-22 08:54:55 -05:00 |
|
Benoit Jacob
|
3884308da7
|
__attribute__((flatten)) seems to be recognized by neither clang nor icc despite these compilers defining __GNUC__.
|
2011-02-22 08:40:37 -05:00 |
|
Gael Guennebaud
|
68631e28d4
|
also test non_projective_only with row major transformations
|
2011-02-22 14:26:32 +01:00 |
|
Benoit Jacob
|
39d3bc2394
|
fix bug #190: directly pass Transform Options to Matrix, allowing to use RowMajor. Fix issues in Transform with non-default Options.
|
2011-02-22 08:14:38 -05:00 |
|
Gael Guennebaud
|
659c97ee49
|
gcc 4.4 also defines float32_t as a special type
|
2011-02-22 10:04:09 +01:00 |
|
Gael Guennebaud
|
769eeac35e
|
disable output compression since this feature seems to be broken
|
2011-02-21 21:19:38 +01:00 |
|
Gael Guennebaud
|
51da67f211
|
more compilation fixes for altivec
|
2011-02-21 20:36:20 +01:00 |
|
Gael Guennebaud
|
05545d0197
|
fix compilation
|
2011-02-21 17:47:31 +01:00 |
|
Gael Guennebaud
|
8bee573a78
|
workaround ICC aggressive optimization
|
2011-02-21 16:17:58 +01:00 |
|
Gael Guennebaud
|
fb1a29fed5
|
fix ICE and warning with gcc 4.2.4
|
2011-02-21 16:11:18 +01:00 |
|
Gael Guennebaud
|
e129e985c3
|
link to blas/lapack only when needed, and use the static versions to hopefully workaround weird linking issues to gfortranbegin (see jitse dashboard)
|
2011-02-21 15:48:37 +01:00 |
|
Gael Guennebaud
|
2d5ea82807
|
fix bug #176 (workaround a too aggressive optimization made by ICC)
|
2011-02-21 11:00:07 +01:00 |
|
Gael Guennebaud
|
3c00e3da03
|
enable some tests that have been commented out
|
2011-02-18 18:08:58 +01:00 |
|