QUOTE (Gabriel @ Jun 22 2005, 04:59 PM)
QUOTE
Will it be possible in future versions?
Probably
Yes, probabry, but sorry, it seems it is not on Win64, because [E]3DNow! is not supported on Win64 64bit environment (it is supported on 32bit mode, though).
Basically, the "parallelness" of MP3 is 2. This is not suitable for SSE (4-operation SIMD) but suitable for 3DNow!(2-operation SIMD). So the MP3 encoding with SSE is hard to optimize with SSE.
I am tring to run the 3DNow! code with x86-64 Linux or something (on the LAME4 branch), but it never to be run on Win64.