[Bug 760834] orc Illegal Instructions on mips32el
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Apr 22 19:25:56 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=760834
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #13 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks!
commit d5be86cc73304689712ad920877e152fb7a2460a
Author: James Cowgill <jcowgill at debian.org>
Date: Fri Apr 6 15:26:43 2018 +0100
orcmips: only enable if the DSPr2 ASE is present
The mips target uses various instructions that a part of the MIPS DSPr2
ASE which is not present on all processors. The easiest solution is to
gate the target on the presense of DSPr2 at runtime.
Unfortunately there isn't a "nice" way to detect if DSPr2 is present, so
resort to parsing /proc/cpuinfo to get the information.
https://bugzilla.gnome.org/show_bug.cgi?id=760834
commit 88371bf16bfbdcd235140c882578a2883002fbe0
Author: James Cowgill <jcowgill at debian.org>
Date: Fri Apr 6 15:24:47 2018 +0100
orcutils: refactor /proc/cpuinfo reading code from orccpu-arm.c
This code will later be used by mips target, so it makes sense
to use a common function instead of duplicating the code.
https://bugzilla.gnome.org/show_bug.cgi?id=760834
--
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