@@ -835,7 +835,7 @@ Implicit Arguments: Same as ProcessCountM
835835 jbe .LProcessNextColumnLoop16xN1\@ # num of cols <= 16 ?: process 16 at a time:
836836
837837.LProcessNextColumnLoop32xN1\@: # Ouptut look to process 32 cols at a time:
838- ProduceOutputBlock 32 , 1 \ASigned\() , \BSigned\()
838+ ProduceOutputBlock 32 , 1 , \ASigned\() , \BSigned\()
839839 add rsi , r14
840840 sub r9 , 32
841841 jb .LOutputMasked32xNBlock1\@ # if numcols < 32 (& > 16 ) , use write using masked output and exit
@@ -861,7 +861,7 @@ Implicit Arguments: Same as ProcessCountM
861861 ja .LProcessNextColumnLoop32xN1\@ # num of cols > 16 ?: process 32 at a time:
862862
863863.LProcessNextColumnLoop16xN1\@: # num of cols > 8 and <= 16
864- ProduceOutputBlock 16 , 1 \ASigned\() , \BSigned\()
864+ ProduceOutputBlock 16 , 1 , \ASigned\() , \BSigned\()
865865 sub r9 , 16
866866 jb .LOutputMasked16xNBlock1\@ # if numcols < 16 (& > 8 ) , use write using masked output and exit
867867 test r10b , r10b # ZeroMode?
@@ -881,7 +881,7 @@ Implicit Arguments: Same as ProcessCountM
881881
882882# Loop if num of cols <= 8
883883.LProcessRemainingCountN1\@:
884- ProduceOutputBlock 8 , 1 \ASigned\() , \BSigned\()
884+ ProduceOutputBlock 8 , 1 , \ASigned\() , \BSigned\()
885885 cmp r9 , 8
886886 jb .LOutputMasked8xNBlock1\@ # if numcols < 8 , use write using masked output and exit
887887 test r10b , r10b # ZeroMode?
0 commit comments