On Wed, Jan 08, 2003 at 05:51:20PM +0100, [EMAIL PROTECTED] wrote:
>  
> geht ganz einfach mit  
>   for (comp=0; comp<block_count; comp++) 
> 550  { 
> 551   for (i = 0; i < 64; i++) 
> 552    { 
> 553   blocks[MBA*block_count+comp][i] = ld->block[comp][i];  
>        } 
>       } 

aber schneller mit
memcpy( blocks[MBA*block_count+comp],ld->block[comp],64*sizeof(short));


-- 
----------------------------------------------------------------------------
  ~.~  Pinguine mit 64-Bit k�nnen auch nicht mehr stehen ;)
  / \  ./configure --sysconfdir=/etc
  '''  ./make && ./make install         --  [EMAIL PROTECTED]

Attachment: msg15107/pgp00000.pgp
Description: PGP signature

Antwort per Email an