[vorbis-dev] Optimisations
Timothy J. Wood
tjw at omnigroup.com
Thu Nov 16 18:28:39 PST 2000
> I don't think this will be too hard at all to set up. Leave the function
> names the same, no need for blah_mmx() or blah_3dnow(), rather have
> directories for each CPU with the equivalent functions in them and have the
> linker link the right *.o files.
>
> I think this might be easier than farting about with macros, or tables that
> register the functions with pointers at runtime and so on.
This would work, obviously, and might be a very tiny bit faster, but it would make it harder to compare results between different versions. It would also mean you would have to do a lot more binary releases. If all the functions are present at link time and selectable manually or automatically, then you can ship ONE x86 binary instead of 5 or whatever.
-tim
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list