summaryrefslogtreecommitdiff
path: root/libavutil/x86/emms.h
Commit message (Collapse)AuthorAge
* avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-14
|
* avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-14
|
* 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>