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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 8 23:41:12 PDT 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-09 06:41:05 UTC ---
Maybe we should just not use the gcc intrinsics headers and use asm blocks
instead.

If using the intrinsics headers requires you to compile with -msse and the
like, this is IMHO a bug in gcc though. We are intentionally not compiling with
-msse as this would compile the C code into something that does not run without
SSE (possibly, at least it allows gcc to emit SSE opcodes everywhere). We only
want to have these specific parts of the code using SSE, and then detect at
runtime if the CPU supports SSE and otherwise never call it.

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