Re: [hatari-devel] DSP add AGU pipeline for parallel moves

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hello Laurent,

thank you for fixing this. In dsp_update_rn() personally I prefer the constants to be either == 0xffff, == 0x0000 and <= 0x7fff or == 65535, == 0 and <= 32767. At the moment decimal and hexadecimal numbers are mixed. But that is a matter of taste.

Regards,
Andreas

Am 09.06.2024 um 11:21 schrieb Laurent Sallafranque <laurent.sallafranque@xxxxxxx>:

Hi Andreas,


I've uploaded a "final" patch for the AGU pipeline.

Can you check if this is OK for you ?

I've tested some DSP programs to be sure I didn(t introduced any regression.

It seems OK for me.


Regards

Laurent


Le 06/06/2024 à 06:44, Andreas Grabher a écrit :
According to Motorola doc, MOVEM is said to be a parralel move instruction.
But tests seems to contradict this.
Next line should stay commented for now.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/