Hello ,
When I compile The Max instruction in S32DSv2.1, IDE reported an Error.
Max instruction:
maxs.ind .log2 .no_pre .thld_cmp .no_tag_in .tagged_vect .no_cyc_ext .in_24real .no_maxsn 32 WR_3, 256, 256, WR_47
Error:
maxs.ind .log2 .no_pre .thld_cmp .no_tag_in .tagged_vect .no_cyc_ext .in_24real .no_maxsn 32 WR_3,256,256,WR_47: No version of instruction maxs matched the given arguments.
I find the src_add_inc and the dest_add_inc in Max instruction can’t exceed 128.
How can I implement the following instruction?
maxs.ind .log2 .no_pre .thld_cmp .no_tag_in .tagged_vect .no_cyc_ext .in_24real .no_maxsn 32 WR_3, 256, 256, WR_47
Thanks