This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CARM and MULL/MLAL instructions ?

Is there any way to get the compiler to use MULL/MLAL instructions, or can they only be used in assembler ?

long a, b;
long long c;
...
c += a * b;

does not generate a MLAL. My target is an AT91SAM7S, which should support these instructions.

0