Hi,
When I try to write some multiply-and-accumulate instruction on AM3358 core at Starter Kit, it is found that such instructions may present or not on the core depends on the designer. That is, there are two variants mentioned on ARM ARM:
Long multiply instructions (M variants)
Enhanced DSP instructions (E variants)
One can have 64-bit accumulator, while the other is not. How can I know the core on Starter Kit DSP instruction capabilities? i.e. what instructions does it support?
Thanks,