Make mentions of x86-64-v2 accurate for AMD (#6147)

This commit is contained in:
Jakub Kuczys
2023-05-12 12:04:18 +02:00
committed by GitHub
parent 70ca8ff1f4
commit 91f19c7410
3 changed files with 6 additions and 4 deletions

View File

@@ -49,7 +49,8 @@ x86-64 CPUs are now only supported if they support x86-64-v2 instruction set
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
On x86-64 systems, we now require that your CPU supports x86-64-v2 instruction set.
This roughly translates to us dropping support for x86-64 CPUs that have been released before 2009.
This roughly translates to us dropping support for Intel CPUs that have been released before 2009
and AMD CPUs that have been releasesd before 2012.
This has been mostly dictated by one of our dependencies but some Linux distributions
are already dropping support for it in their latest versions as well.