Commit f1535972 authored by Michael Niedermayer's avatar Michael Niedermayer

sws: better MOVNTQ macro

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b6dcd6df
......@@ -20,6 +20,7 @@
#undef REAL_MOVNTQ
#undef MOVNTQ
#undef MOVNTQ2
#undef PREFETCH
#if COMPILE_TEMPLATE_MMX2
......@@ -30,8 +31,10 @@
#if COMPILE_TEMPLATE_MMX2
#define REAL_MOVNTQ(a,b) "movntq " #a ", " #b " \n\t"
#define MOVNTQ2 "movntq "
#else
#define REAL_MOVNTQ(a,b) "movq " #a ", " #b " \n\t"
#define MOVNTQ2 "movq "
#endif
#define MOVNTQ(a,b) REAL_MOVNTQ(a,b)
......
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