summaryrefslogtreecommitdiff
path: root/libavutil/x86/emms.asm
Commit message (Collapse)AuthorAge
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-18
This provides a fallback when building with Yasm enabled, but neither inline assembly, nor the _mm_empty intrinsic are available or enabled. Signed-off-by: Diego Biurrun <diego@biurrun.de>