Noticed only a tiny redundancy.

At line 190 of the patch, you pre-init ga:
tzcnt ga, g4 ; Position of the next subblock.
then you update it at the end of each loop (line 218)
     tzcnt           ga, g4                  ; Pass to the next subblock
But ga is not used after the loop.

Move line 190 under the ".loop_pass1" label, and remove line 218.


On 05/07/2014 03:08 PM, Laurent Birtz wrote:

--
To unsubscribe visit http://f265.org
or send a mail to [email protected].

Reply via email to