Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: oggenc2 variations (Read 3848 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

oggenc2 variations

Few small questions - in context of latest oggenc2. When I do 3 simple tests:

oggenc2 -q8 test.wav
oggdec test.ogg -w check.wav

Then P4 and x64 give the same check.wav, but the result differs from generic version.

I presume icl version uses sse2 instructions, while generic one relies on x87 code (besides other optimizations potentially influencing the ogg encode) - so this is kinda expected.
Similary, rhe results are also different from vorbis-tools' oggenc (built against the same libs, but compiled with gcc on linux host).


This is I guess normal and nothing to worry about ?

 

oggenc2 variations

Reply #1
Correct.  Theres no exception that different compiles of the same code will give the same results, nor that the same binary on different processors will give identical output.  Floating point calculations are only approximate.