From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6034 invoked by alias); 1 Oct 2012 12:37:20 -0000 Received: (qmail 5970 invoked by uid 48); 1 Oct 2012 12:37:02 -0000 From: "hjl.tools at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/14648] New: Wrong HAS_FMA definition Date: Mon, 01 Oct 2012 12:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-10/txt/msg00001.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14648 Bug #: 14648 Summary: Wrong HAS_FMA definition Product: glibc Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: unassigned@sourceware.org ReportedBy: hjl.tools@gmail.com CC: drepper.fsp@gmail.com Classification: Unclassified There are: sysdeps/x86_64/multiarch/init-arch.h:# define HAS_FMA HAS_CPU_FEATURE (COMMON_CPUID_INDEX_1, ecx, bit_FMA) sysdeps/x86_64/multiarch/init-arch.h:# define HAS_FMA4 HAS_ARCH_FEATURE (FMA4_Usable) It should be sysdeps/x86_64/multiarch/init-arch.h:# define HAS_FMA HAS_ARCH_FEATURE (FMA_Usable) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.