[gstreamer-bugs] [Bug 620136] Orc integration
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon May 31 13:16:00 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=620136
GStreamer | gst-plugins-base | git
--- Comment #7 from David Schleef <ds at schleef.org> 2010-05-31 19:42:52 UTC ---
slomo:
The replacement for oil_cpu_get_flags() is
orc_target_get_default_flags(orc_target_get_by_name("sse"));
and testing against ORC_TARGET_SSE_SSE2, etc. MMX is handled separately.
Just added a quick hack to orcc to push out performance data as part of the
test, so you can run tests/orc/volume and get this:
orc_process_int16:
cycles (backup): 2.83178 0.0460488
cycles (compiled): 0.938086 0.00306276
orc_process_int16_clamp:
cycles (backup): 2.03946 0.00371835
cycles (compiled): 0.774511 0.00130922
orc_process_int8:
cycles (backup): 2.04956 0.00011869
cycles (compiled): 0.712586 0.0015266
orc_process_int8_clamp:
cycles (backup): 3.99119 0.00220664
cycles (compiled): 0.609633 0.00128364
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list