[svn] / trunk / xvidcore / src / utils / x86_asm / cpuid.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/x86_asm/cpuid.asm

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

revision 1795, Wed Nov 26 01:04:34 2008 UTC revision 1839, Tue Dec 2 13:44:55 2008 UTC
# Line 19  Line 19 
19  ; *  along with this program ; if not, write to the Free Software  ; *  along with this program ; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: cpuid.asm,v 1.15 2008-11-26 01:04:34 Isibaar Exp $  ; * $Id: cpuid.asm,v 1.16 2008-12-02 13:44:55 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 221  Line 221 
221    ret    ret
222  ENDFUNC  ENDFUNC
223    
224    %ifdef ARCH_IS_X86_64
225    %ifdef WINDOWS
226    cglobal prime_xmm
227    prime_xmm:
228      movdqa xmm6, [prm1]
229      movdqa xmm7, [prm1+16]
230      ret
231    ENDFUNC
232    
233    cglobal get_xmm
234    get_xmm:
235      movdqa [prm1], xmm6
236      movdqa [prm1+16], xmm7
237      ret
238    %endif
239    %endif
240    
241  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf
242  section ".note.GNU-stack" noalloc noexec nowrite progbits  section ".note.GNU-stack" noalloc noexec nowrite progbits

Legend:
Removed from v.1795  
changed lines
  Added in v.1839

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