MUtilities development repository
修订版 | aee49ff4da7a3f63c501c4324d845b5fe8421fde (tree) |
---|---|
时间 | 2016-12-25 00:45:17 |
作者 | ![]() |
Commiter | LoRd_MuldeR |
Small change to make forward declarations possible.
@@ -59,9 +59,9 @@ namespace MUtils | ||
59 | 59 | static const quint32 FLAG_AVX = 0x100U; ///< \brief CPU feature flag \details Indicates that the CPU supports the *AVX* instruction set extension |
60 | 60 | |
61 | 61 | /** |
62 | - * \brief Struct to hold information about the CPU | |
62 | + * \brief Struct to hold information about the CPU. See `_cpu_info_t` for details! | |
63 | 63 | */ |
64 | - typedef struct | |
64 | + typedef struct _cpu_info_t | |
65 | 65 | { |
66 | 66 | quint32 family; ///< CPU *family* indicator, which specifies the processor "generation" to which the CPU belongs |
67 | 67 | quint32 model; ///< CPU *model* indicator, which is used to distinguish processor "variants" within a generation |