Skip to content

missing cpuid.h #11808

@llvmbot

Description

@llvmbot
Bugzilla Link 11436
Resolution FIXED
Resolved on Dec 29, 2011 20:08
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:headersHeaders provided by Clang, e.g. for intrinsics

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions