git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4685 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-02-13 00:17:16 +00:00
parent 9883b4d349
commit b89389845d
1 changed files with 0 additions and 2 deletions

View File

@ -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