[svn] / branches / release-1_3-branch / xvidcore / src / nasm.inc Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/src/nasm.inc

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

revision 1844, Thu Dec 4 14:41:50 2008 UTC revision 1845, Thu Dec 4 18:30:36 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: nasm.inc,v 1.4 2008-12-04 14:41:50 Isibaar Exp $  ; * $Id: nasm.inc,v 1.5 2008-12-04 18:30:36 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 104  Line 104 
104  %define PTR_TYPE qword  %define PTR_TYPE qword
105    
106  %ifdef __YASM_VERSION_ID__  %ifdef __YASM_VERSION_ID__
107  %define XVID_MOVSX movsxd  %define XVID_MOVSXD movsxd
108  %else  %else
109  %define XVID_MOVSX movsx  %define XVID_MOVSXD movsx
110  %endif  %endif
111    
112  %else  %else
# Line 154  Line 154 
154  %define PUSH_XMM6_XMM7  %define PUSH_XMM6_XMM7
155  %define POP_XMM6_XMM7  %define POP_XMM6_XMM7
156    
157  %define XVID_MOVSX movsx  %define XVID_MOVSXD movsx
   
158  %endif  %endif
159    
160    

Legend:
Removed from v.1844  
changed lines
  Added in v.1845

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