summaryrefslogtreecommitdiffstats
path: root/common/cpudetect.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove CPU detection and inline asm handlingwm42014-04-191-40/+0
| | | | | | | | | | | | | | Not needed anymore. I'm not opposed to having asm, but inline asm is too much of a pain, and it was planned long ago to eventually get rid fo all inline asm uses. For the note, the inline asm use that was removed with the previous commits was almost worthless. It was confined to video filters, and most video filtering is now done with libavfilter. Some mpv filters (like vf_pullup) actually redirect to libavfilter if possible. If asm is added in the future, it should happen in the form of external files.
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+40