Does the CortexA8 cpu family support integer division? I thought it did. If not, I suppose I need the above function?
Thanks,
Matt
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Does the CortexA8 cpu family support integer division? I thought it did. If not, I suppose I need the above function?
Thanks,
Matt
MATT GESSNER said:Does the CortexA8 cpu family support integer division?
I presume you mean does Cortex-A8 have an instruction which performs integer division. No.
MATT GESSNER said:If not, I suppose I need the above function?
If your C code does an integer divide, then yes.
Thanks and regards,
-George