From 379825c8394c4009b1f78ec71aed31da6c9c8684 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 26 Oct 2025 00:21:08 -0300 Subject: [PATCH] 32-bit removal --- dev/builds.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/builds.rst b/dev/builds.rst index 6efe322..ea19ae9 100644 --- a/dev/builds.rst +++ b/dev/builds.rst @@ -25,11 +25,12 @@ Variants Discontinued variants ^^^^^^^^^^^^^^^^^^^^^ -The following variants are no longer built by Jenkins and can only be :doc:`compiled from source `: +The following variants are no longer built by Jenkins and can only be :doc:`compiled from source ` where applicable: * 32-bit architectures (**x86** and **ARM32**) as of September 3rd 2024. * These were eliminated to better focus development on relevant 64-bit architectures, since systems old enough to be 32-bit-only lack the performance for a satisfactory emulation experience. + * The dynamic recompiler and other components no longer support 32-bit architectures as of September 13th 2025. * Debug variants (**86Box-Debug**) as of April 2nd 2023.