diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-23 20:37:51 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-27 17:45:22 -0400 |
commit | cdc846677cfc7f7389d9b89e6bb924a02f6f1c3b (patch) | |
tree | a43b51a4056ad7664346a63f145c889da1f59d16 /src/common/telemetry.cpp | |
parent | 981bc8aa1c924eabc55f63f9671324c548c72d59 (diff) |
telemetry: Add waitpkg instruction
Diffstat (limited to 'src/common/telemetry.cpp')
-rw-r--r-- | src/common/telemetry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/telemetry.cpp b/src/common/telemetry.cpp index d26394359..91352912d 100644 --- a/src/common/telemetry.cpp +++ b/src/common/telemetry.cpp @@ -97,6 +97,7 @@ void AppendCPUInfo(FieldCollection& fc) { add_field("CPU_Extension_x64_PCLMULQDQ", caps.pclmulqdq); add_field("CPU_Extension_x64_POPCNT", caps.popcnt); add_field("CPU_Extension_x64_SHA", caps.sha); + add_field("CPU_Extension_x64_WAITPKG", caps.waitpkg); #else fc.AddField(FieldType::UserSystem, "CPU_Model", "Other"); #endif |