Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...) | michael | 2007-05-27 | 1 | -6/+6 |
* | More gcc-4.0 fixes | gpoirier | 2005-06-04 | 1 | -4/+4 |
* | Make this file compile with gcc-4.0.0. The old code was invalid C. | gpoirier | 2005-01-21 | 1 | -6/+6 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | aurel | 2004-10-21 | 1 | -35/+35 |
* | removed nonsense 'inline' | arpi | 2002-08-22 | 1 | -2/+2 |
* | prefer prefetchnta if its available | michael | 2002-04-17 | 1 | -3/+3 |
* | pre mmx2/3dnow fix | michael | 2002-04-17 | 1 | -4/+10 |
* | 101 | michael | 2002-02-13 | 1 | -2/+0 |
* | mem2agpcpy() | michael | 2002-02-12 | 1 | -0/+85 |
* | runtime cpu detection | michael | 2001-12-09 | 1 | -17/+6 |
* | 10-20% faster fastmemcpy :) on my p3 at least but the algo is mostly from "am... | michael | 2001-11-22 | 1 | -6/+116 |
* | Issues about P3 performance and SSE2 support. | nickols_k | 2001-06-13 | 1 | -2/+9 |
* | Moving fast_memcpy to separate file (Size optimization) | nickols_k | 2001-05-05 | 1 | -0/+249 |