[Bug 729276] audioresample: Misdetected and/or misused intrinsics headers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 12 09:54:04 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729276
  GStreamer | gst-plugins-base | 1.x

--- Comment #9 from Daniel Stone <daniel at fooishbar.org> 2014-05-12 16:53:57 UTC ---
You're trading relatively minor build system complexity - something which is
well understood and implemented both, in libraries such as Pixman - for
duplicating yet another chunk of code which will need to be updated every time
the underlying architecture changes.

The entire point of intrinsics is to allow you (and the poor people who have to
do the work of going through every single component and fixing it) to avoid the
latter.  X11 chose the latter path, and I can tell you from experience that
it's terrible.  Even taking laziness as an argument, it's not even less work to
go down that path.

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