lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


KHMan <keinhong@gmail.com> writes:

> Anyway most app developers do not need to code DCTs and FFTs
> nowadays.

I find that C compilers tend to be actually astonishingly bad at that.
Coding the inner loops in assembly language can often halve the
execution time.  Somehow the optimizers/register allocators don't seem
to like complex butterflies all too well.

-- 
David Kastrup