Commit 29c4c088 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avutil/x86/intreadwrite: Add ability to detect whether MMX code is used

It can be used to call emms_c() only when needed.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent a54e53a1
......@@ -29,6 +29,8 @@
#if !HAVE_FAST_64BIT && defined(__MMX__)
#define FF_COPY_SWAP_ZERO_USES_MMX
#define AV_COPY64 AV_COPY64
static av_always_inline void AV_COPY64(void *d, const void *s)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment