About the long time for oload();
| Date | 1999-04-21 22:31 |
| From | Anders Andersson |
| Subject | About the long time for oload(); |
Hello!
I tracked down why it takes so long time to execute the
function "oload()" on my Amiga-compile.
It's because nowadays CSound precalculate a "cpsoct" table,
("aops.c", function "cpsoctinit()")
and it seems to be some heavy calculations involved..
Though I can't see why it should take so long time,
(yes, i DO have a FPU, even though it's not that fast..)
I'll try to optimize as much as possible..
(Remember, I have Assembler in my veins.. ;D)
// Anders |