[Bug 670690] audioresample: missing configure checks for SSE / SSE2
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Feb 29 02:34:44 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=670690
GStreamer | gst-plugins-base | 0.10.36
--- Comment #2 from Antoine Jacoutot <ajacoutot at gnome.org> 2012-02-29 10:34:41 UTC ---
(In reply to comment #1)
> Is HAVE_XMMINTRIN_H or HAVE_EMMINTRIN_H defined in your config.h file
> (generated by configure)?
Yes, HAVE_EMMINTRIN_H is.
$ egrep '(HAVE_XMMINTRIN_H|HAVE_EMMINTRIN_H)' config.h
#define HAVE_EMMINTRIN_H 1
/* #undef HAVE_XMMINTRIN_H */
Also as I mentioned on OpenBSD, the file "/usr/include/xmmintrin.h" looks like
the following:
#ifndef __SSE__
# error "SSE instructions set not enabled"
#else
...
#endif
And on i386, __SSE__ is indeed not enabled.
--
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