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.

Parents Reply Children
More questions in this forum