Skip to main content

How do I check if my CPU supports x86-64-v2?

Became Hot Network Question
Source Link
gioele
  • 2.3k
  • 2
  • 24
  • 31

How do I check if my CPU supports x86-64-v2

AMD, Intel, Red Hat, and SUSE have defined a set of "architecture levels" for x86-64 CPUs. For example x86-64-v2 means that a CPU support not only the basic x86-64 instructions set, but also other instructions like SSE4.2, SSSE3 or POPCNT.

How can I check which architecture levels are supported by my CPU?