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 math/14103] New: sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c should use __builtin_clzll


http://sourceware.org/bugzilla/show_bug.cgi?id=14103

             Bug #: 14103
           Summary: sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c should use
                    __builtin_clzll
           Product: glibc
           Version: unspecified
               URL: http://sourceware.org/ml/libc-alpha/2012-05/msg00630.h
                    tml
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: hjl.tools@gmail.com
    Classification: Unclassified


sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c can be used
on target with native 64bit integer support, but 32bit
long.  It should use __builtin_clzll instead of __builtin_clzl
on int64.  A patch is posted at

http://sourceware.org/ml/libc-alpha/2012-05/msg00630.html

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