Gael Guennebaud
|
2c44c40114
|
First step toward a unification of packet log implementation, currently only SSE and AVX are unified.
To this end, I added the following functions: pzero, pcmp_*, pfrexp, pset1frombits functions.
|
2018-11-26 14:21:24 +01:00 |
|
Gael Guennebaud
|
b240080e64
|
bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializations of internal::conj_helper were missing.
|
2017-06-15 10:16:30 +02:00 |
|
Gael Guennebaud
|
35a8e94577
|
bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command.
|
2016-08-29 10:59:37 +02:00 |
|
Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Jitse Niesen
|
e2d46eac42
|
Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.
This macro is no longer used as of revision 0212eec23f4cb64e8426bf32568156df302f8fcf
.
|
2011-02-04 22:33:53 +01:00 |
|
Benoit Jacob
|
3a30a2bc3e
|
forgot to remove a #endif
|
2010-08-13 14:03:38 -04:00 |
|
Benoit Jacob
|
b80d9dd42e
|
fix determination of number of registers on sse:
__i386__ was not defined by MSVC 2010.
fixed as (2*sizeof(void*)).
also move that to SSE/ and let the default for unknown arch's be just 8.
|
2010-08-13 13:55:28 -04:00 |
|
Gael Guennebaud
|
28e64b0da3
|
email change
|
2010-06-24 23:21:58 +02:00 |
|
Gael Guennebaud
|
88cd6885be
|
Add a proof concept API to configure the blocking parameters at runtime.
After validation of the final API I'll update the other products to use it.
|
2010-06-07 16:35:25 +02:00 |
|
Gael Guennebaud
|
9a3b00c040
|
add missing cmake directives for arch/Default
|
2010-03-08 22:15:35 +01:00 |
|
Gael Guennebaud
|
ea8cad5151
|
make the number of registers easier to configure per architectures
|
2010-03-04 18:58:12 +01:00 |
|
Gael Guennebaud
|
7dd81aad74
|
factorize default performance related settings to a single file
included after the architecture specific files such that they
can be adapted by each platform.
|
2010-03-03 18:47:58 +01:00 |
|