summaryrefslogtreecommitdiff
path: root/libavcodec/i386/cputest.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-281-30/+4
| | | | | | | | | | Add SSE3 support. Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com > Original thread: 04/26/06 13:13: [Ffmpeg-devel] [PATCH] Bug fix, SSE3 support in i386/cputest.c and dsputil.h Originally committed as revision 5326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-14/+14
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86 cpu capabilities detection rewrite / cleanupMichael Niedermayer2004-12-131-61/+40
| | | | Originally committed as revision 3750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< ↵Matthieu Castet2004-12-051-3/+3
| | | | | | free >.< fr>) Originally committed as revision 3729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 3.4.3 preversions do not appreciate invalid instruction and operand ↵Aurelien Jacobs2004-10-171-4/+5
| | | | | | combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 ↵Aurelien Jacobs2004-10-111-4/+12
| | | | | | patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l and better MMX/SSE detection for VIA1000Michael Niedermayer2004-07-161-1/+3
| | | | Originally committed as revision 3323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature ↵Michael Niedermayer2004-06-241-0/+11
| | | | | | request tracker Originally committed as revision 3248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at ↵Francisco Javier Cabello Torres2002-11-261-1/+2
| | | | | | visual-tools dot com>) Originally committed as revision 1285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at ↵Francisco Javier Cabello Torres2002-11-251-0/+15
| | | | | | visual-tools dot com>) Originally committed as revision 1275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-251-1/+1
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Portability and testing issuesNick Kurshev2001-08-081-3/+13
| | | | Originally committed as revision 55 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-051-7/+14
| | | | Originally committed as revision 33 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added external cpuid code to solve -fPIC and gcc unclear constraints problemsFabrice Bellard2001-07-301-12/+2
| | | | Originally committed as revision 25 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed cpuid macro to allow PIC compilingFabrice Bellard2001-07-241-12/+17
| | | | Originally committed as revision 10 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+102
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk