Skip to content

Commit a5cdb36

Browse files
committed
Add doc
1 parent 525e8f8 commit a5cdb36

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

include/xsimd/xsimd_cpu_features_x86.hpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ namespace xsimd
8787
reg_t m_low = {};
8888
};
8989

90+
/**
91+
* CPU Identification (CPUID) instruction results.
92+
*
93+
* The CPUID instruction provides detailed information about the processor,
94+
* including supported instruction set extensions (SSE, AVX, AVX-512, etc.).
95+
* This utility parses CPUID leaf values to detect available CPU features.
96+
*
97+
* @see https://en.wikipedia.org/wiki/CPUID
98+
*/
9099
class x86_cpu_id
91100
{
92101
public:

0 commit comments

Comments
 (0)