Re: Benchmarks Inline-ASM vs. Intrinsics
Nils Pipenbrinck <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
For completes sake: The intrinsics compile on linux as well. I made the same benchmarks as before, but this time with GCC 4.2.4 on Linux (ubuntu) All functions with inline-asm: 100% inter_mmx replaced by C-function: 92% no mmx at all: 54% all oc_frag functions intrinsic based: 99% The reference performance (with mmx inline asm) differs by a percent between vs.net and gcc. Cheers, Nils