This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14648] New: Wrong HAS_FMA definition


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]