[LLVMbugs] [Bug 11436] New: missing cpuid.h

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Nov 26 07:36:15 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=11436

             Bug #: 11436
           Summary: missing cpuid.h
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Headers
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Not sure if this should be compiler-rt or clang headers, but one of them should
define

static inline int
__get_cpuid (unsigned int __level,
             unsigned int *__eax, unsigned int *__ebx,
             unsigned int *__ecx, unsigned int *__edx);

in a header called cpuid.h

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list