C
Case -
Dear people,
I have a scaled up short sin(short) function which uses
a lookup table. The code will be used on different
platforms (from mobile phone to desktop computer).
(Yes, I know sizeof short can differ.)
Here my slightly OT question: Is there anything to
say about execution speed differences between using
an initialised static const short array, or an array
which I fill during start-up?
Thanks,
Kees
I have a scaled up short sin(short) function which uses
a lookup table. The code will be used on different
platforms (from mobile phone to desktop computer).
(Yes, I know sizeof short can differ.)
Here my slightly OT question: Is there anything to
say about execution speed differences between using
an initialised static const short array, or an array
which I fill during start-up?
Thanks,
Kees