diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-13 00:17:16 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-13 00:17:16 +0000 |
commit | b89389845d2929641c3ceaa059e27672d137a0b9 (patch) | |
tree | 05c9a2f38e6504630090942b7ca910dbad619ded | |
parent | 9883b4d34911764c78eada733289328a2d6d53cd (diff) |
101
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4685 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 |