]> git.sesse.net Git - ffmpeg/history - libavutil/x86/cpu.c
x86: cosmetics: Comment some #endifs for better readability
[ffmpeg] / libavutil / x86 / cpu.c
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-07-10 Ronald S. Bultjex86/cpu: implement get/set_eflags using intrinsics
2012-07-10 Ronald S. Bultjex86/cpu: implement support for cpuid through intrinsics
2012-07-10 Ronald S. Bultjex86/cpu: implement support for xgetbv through intrinsics
2012-07-01 Mans Rullgardx86: cpu: clean up check for cpuid instruction support
2012-06-25 Mans Rullgardx86: cpu: whitespace (mostly) cosmetics
2012-06-23 Diego Biurrunx86: Add CPU flag for the i686 cmov instruction
2011-12-07 Sean McGovernx86 cpuid: set vendor union members separately
2011-09-26 Jason Garrett-Glaserx86: XOP/FMA4 CPU detection support
2011-09-03 Sean McGoverncpu detection: avoid a signed overflow
2011-03-22 Justin Rugglescosmetics: indentation
2011-03-22 Justin RugglesAdd a CPU flag for the Atom processor.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Mans Rullgardx86: use raw opcode for xgetbv instruction
2011-02-20 Mans Rullgardx86: check for AVX support
2011-02-11 Justin RugglesAdd check for Athlon64 and similar AMD processors with...
2010-09-09 Måns RullgårdAdd missing #include <string.h> in x86/cpu.c
2010-09-09 Måns RullgårdClean up av_get_cpu_flag()