Vendor identification string as returned by the cpuid instruction.

Synopsis

Declared in <folly/system/arch/x86.h>

union x86_cpuid_vendor_name;

Data Members

Name

Description

str [variant member]

The vendor string as a null‐terminated character array.

words [variant member]

The vendor string as three 32‐bit words.

Created with MrDocs