I was building a PI regulator for our generators. I'm not sure in which way the ALU is working?
I want to get the best performance for my regulation algorithm, so I must know more details
about the ALU of the ARM Cortex A8.
Does operations with fixpoint format works faster than floatpoint?
Does the ALU works with 32Bit operands and can it build a muliplication result of 64Bit?
Does the ALU detects overflows by themselves?
Thanks for helpful Links and replies