diff options
-rw-r--r-- | libvo/aclib_template.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/aclib_template.c b/libvo/aclib_template.c index 702b8aaa9a..5ce2fcbb2c 100644 --- a/libvo/aclib_template.c +++ b/libvo/aclib_template.c @@ -426,10 +426,8 @@ static inline void * RENAME(mem2agpcpy)(void * to, const void * from, size_t len * is needed to become ordered again. */ __asm__ __volatile__ ("sfence":::"memory"); #endif -#ifndef HAVE_SSE /* enables to use FPU */ __asm__ __volatile__ (EMMS:::"memory"); -#endif } /* * Now do the tail of the block |