Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 837028

Summary: Issues building gnuradio-3.6.1-1.fc18 due to asm build issues on ARM
Product: [Fedora] Fedora Reporter: Peter Robinson <pbrobinson>
Component: gnuradioAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: astronomy, jskarvad, lucilanga, mmahut
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-13 15:19:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 245418    
Attachments:
Description Flags
Proposed fix sent upstream none

Description Peter Robinson 2012-07-02 14:41:22 UTC
http://arm.koji.fedoraproject.org/taskinfo?taskID=937872

{standard input}: Assembler messages:
{standard input}:38: Error: selected FPU does not support instruction -- `vmov.f32 q8,#0.0'
{standard input}:39: Error: selected FPU does not support instruction -- `vmov.f32 q9,#0.0'
{standard input}:44: Error: selected FPU does not support instruction -- `vmla.f32 q8,q0,q2'
{standard input}:45: Error: selected FPU does not support instruction -- `vmla.f32 q9,q1,q3'
{standard input}:47: Error: selected FPU does not support instruction -- `vadd.f32 q8,q8,q9'
{standard input}:48: Error: selected processor does not support ARM mode `vpadd.f32 d0,d16,d17'

Comment 1 Jaroslav Škarvada 2012-07-11 14:39:58 UTC
NEON optimization, otherwise it is too slow :) It has to be removed for -mfpu=vfpv3-d16

Comment 2 Jaroslav Škarvada 2012-07-13 14:17:38 UTC
Created attachment 598081 [details]
Proposed fix sent upstream