Top "Cpuid" questions

CPUID is an Intel x86 and x86_64 processor instruction that returns the processor type and the presence of particular features.

How to check if a CPU supports the SSE3 instruction set?

Is the following code valid to check if a CPU supports the SSE3 instruction set? Using the IsProcessorFeaturePresent() function apparently …

c++ sse instruction-set avx cpuid
How to get CPU serial under Linux without root permissions

How can I get CPU serial number under Linux (Ubuntu) without root permissions? I tried cpuid command, it works without …

linux x86 cpu serial-number cpuid
Get Computer Unique ID from PHP

I've created an application using PHP and I'm going to sell it to my local market. I will personally be …

php unique-id cpuid hardware-id
How to get cpu-id in java?

I want to create an encryption with java.Is there anyway to get CPU Id or anything that be unique …

java encryption uniqueidentifier drm cpuid
How do I call "cpuid" in Linux?

While writing new code for Windows, I stumbled upon _cpuinfo() from the Windows API. As I am mainly dealing with …

c++ assembly gcc x86 cpuid
x86/x64 CPUID in C#

Related to my other question, please help me debug "An unhandled exception of type 'System.AccessViolationException' occurred in Unknown Module. …

c# inline-assembly cpuid
Getting CPU ID code from C# to be in C++

I have this C# code to get Processor ID but I'm not able to pass it to C++, I tried …

c# c++ wmi wql cpuid
Getting CPU ID on virtual machine

I am trying to use this code: public string GetCPUId() { string cpuInfo = String.Empty; string temp = String.Empty; ManagementClass mc = …

c# visual-studio-2010 virtual-machine hardware-id cpuid
Intrinsics for CPUID like informations?

Considering that I'm coding in C++, if possible, I would like to use an Intrinsics-like solution to read useful informations …

c++ intrinsics cpuid
Cannot resume saved Virtualbox state

I get the following error after upgrading via Migration Assistant my laptop from a 2-core to a 4-core processor: cpum#1: …

virtualbox cpuid