[svn] / branches / dev-api-4 / xvidcore / src / utils / x86_asm / cpuid.asm Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/utils/x86_asm/cpuid.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 309, Thu Jul 18 13:44:39 2002 UTC revision 851, Sat Feb 15 15:22:19 2003 UTC
# Line 199  Line 199 
199          xorpd xmm0, xmm0          xorpd xmm0, xmm0
200          ret          ret
201    
202    
203    ; enter/exit mmx state
204    
205    cglobal emms_mmx
206    align 16
207    emms_mmx:
208            emms
209            ret
210    
211    ; faster enter/exit mmx state
212    
213    cglobal emms_3dn
214    align 16
215    emms_3dn:
216            femms
217            ret

Legend:
Removed from v.309  
changed lines
  Added in v.851

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4