[Bug 773073] audioconvert: endian conversion optimization

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 21 21:30:51 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=773073

--- Comment #17 from Petr Kulhavy <brain at jikos.cz> ---
(In reply to Sebastian Dröge (slomo) from comment #16)
> That sounds like a compiler bug though

The compiler is not able to find out it's a 24-bit endian conversion. So it
just optimizes the code. And it seems it is able to better optimize the simple
byte swapping than the complex shifts, adds and ands.

-- 
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