[Bug 712367] Prevent the NEON check in configure from passing under aarch64.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 1 05:35:17 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=712367
  GStreamer | gst-plugins-base | unspecified

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-01 13:35:09 UTC ---
commit 472ded1cf333a35e328a21084f46a28dd5febfef
Author: William Grant <wgrant at ubuntu.com>
Date:   Fri Nov 15 14:17:03 2013 +0000

    configure: Prevent the NEON check in configure from passing under aarch64.

    The test verifies that the NEON C intrinsics work, but the rest of the
    codebase uses lots of direct ARMv7 NEON assembly. The same intrinsics
    work in A64, but the assembly is slightly different.

    Prevent the check from passing so that we don't use this where it won't
    work.

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

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