summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct36_3dnow.c
Commit message (Expand)AuthorAgeFilesLines
* mp3lib: use ffmpeg_files/x86_cpu.hUoti Urpala2010-06-031-1/+1
* Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).reimar2010-05-301-165/+166
* Use edi instead of ebx to avoid issues with PIC.reimar2010-05-291-19/+19
* the great MPlayer tab removal: part Idiego2010-04-121-451/+451
* Refactor real --> float #define to a typedef in a common header.diego2010-01-041-2/+1
* Consistently include config.h before mangle.h, fixes possible compilationreimar2008-12-151-0/+1
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-1/+1
* Identifiers starting with __ are reserved for the system.diego2007-12-111-2/+2
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-151-1/+1
* Mark modified imported files as such to comply with (L)GPL ยง2a.diego2005-04-151-0/+4
* moved 3dnow and 3dnowex dct36 optimisations into gcc inline assemblyalex2003-06-221-0/+497