summaryrefslogtreecommitdiff
path: root/libavutil/x86/cpuid.asm
Commit message (Collapse)AuthorAge
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
| | | | This is necessary to allow refactoring some x86util macros with cpuflags.
* x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-04
This allows detecting CPU features with builds that have neither gcc inline assembly nor the right compiler intrinsics enabled.