[BACK]Return to level0.s CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / src / kernel / alpha

Diff for /OpenXM_contrib/pari-2.2/src/kernel/alpha/Attic/level0.s between version 1.1 and 1.2

version 1.1, 2001/10/02 11:17:07 version 1.2, 2002/09/11 07:26:59
Line 202  $Lend:
Line 202  $Lend:
         lda     $30,16($30)          lda     $30,16($30)
         ret     $31,($26),1          ret     $31,($26),1
   
         .end    __gmpn_invert_limb          .end    invert_word
         .data          .data
 $invtab:  $invtab:
         .word 0xffff,0xffc0,0xff80,0xff40,0xff00,0xfec0,0xfe81,0xfe41          .word 0xffff,0xffc0,0xff80,0xff40,0xff00,0xfec0,0xfe81,0xfe41
Line 463  $invtab:
Line 463  $invtab:
         .word 0x0080,0x0070,0x0060,0x0050,0x0040,0x0030,0x0020,0x0010          .word 0x0080,0x0070,0x0060,0x0050,0x0040,0x0030,0x0020,0x0010
   
         .globl __clz_tab          .globl __clz_tab
 .rdata  .data
         .quad 0          .quad 0
 __clz_tab:  __clz_tab:
         .byte 0          .byte 0

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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