Update documentation with x86-64-v2 changes (#6141)

This commit is contained in:
Jakub Kuczys
2023-05-11 06:33:47 +02:00
committed by GitHub
parent 66fe981ea8
commit 1d828c447c
3 changed files with 12 additions and 1 deletions

View File

@@ -45,6 +45,15 @@ If you wish to continue using auto-restart functionality, we recommend following
Behavior changes
~~~~~~~~~~~~~~~~
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 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.
Thread-related changes
^^^^^^^^^^^^^^^^^^^^^^