Benoit Jacob fd831d5a12 * implement handmade aligned malloc, fast but always wastes 16 bytes of memory.
only used as fallback for now, needs benchmarking.
  also notice that some malloc() impls do waste memory to keep track of alignment
  and other stuff (check msdn's page on malloc).
* expand test_dynalloc to cover low level aligned alloc funcs. Remove the old
  #ifdef EIGEN_VECTORIZE...
* rewrite the logic choosing an aligned alloc, some new stuff:
  * malloc() already aligned on freebsd and windows x64 (plus apple already)
  * _mm_malloc() used only if EIGEN_VECTORIZE
  * posix_memalign: correct detection according to man page (not necessarily
    linux specific), don't attempt to declare it if the platform didn't declare it
    (there had to be a reason why it didn't declare it, right?)
2009-01-09 14:56:44 +00:00
..
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2009-01-08 11:53:21 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-12-17 16:47:55 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-12-27 18:13:29 +00:00
2009-01-07 17:01:57 +00:00
2009-01-07 17:01:57 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2009-01-08 11:53:21 +00:00