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 |
|