[BACK]Return to udiv_nfp.asm CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpn / sparc32

Diff for /OpenXM_contrib/gmp/mpn/sparc32/Attic/udiv_nfp.asm between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:12:40 version 1.1.1.2, 2003/08/25 16:06:26
Line 1 
Line 1 
 dnl  SPARC v7 __udiv_qrnnd division support, used from longlong.h.  dnl  SPARC v7 __udiv_qrnnd division support, used from longlong.h.
 dnl  This is for v7 CPUs without a floating-point unit.  dnl  This is for v7 CPUs without a floating-point unit.
   
 dnl  Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.  dnl  Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
   
 dnl  This file is part of the GNU MP Library.  dnl  This file is part of the GNU MP Library.
   
Line 22  dnl  MA 02111-1307, USA.
Line 22  dnl  MA 02111-1307, USA.
   
   
 include(`../config.m4')  include(`../config.m4')
   
 C INPUT PARAMETERS  C INPUT PARAMETERS
 C rem_ptr       o0  C rem_ptr       o0
 C n1            o1  C n1            o1

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>