From 87acbc62203ecc0f8a2e1fc7e9466816ca757b3d Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Mon, 28 Jul 2025 00:30:41 -0400 Subject: [PATCH] Fix the x86-64 CPU requirement listing in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e6f2bd..3de82f7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A GPU supporting Direct3D 12.0 (Shader Model 6), Vulkan 1.2, or Metal Argument B * Intel HD 510 (Skylake) * A Mac with Apple Silicon or an Intel 7th Gen CPU with MacOS 13.0+ -On x86-64 PCs, a CPU supporting the AVX instruction set is also required (Intel Core 2000 series or AMD Bulldozer and newer). ARM64 builds will work on any ARM64 CPU. +On x86-64 PCs, a CPU supporting the SSE4.1 instruction set is also required (Intel Core 2 Penryn series or AMD Bulldozer and newer). ARM64 builds will work on any ARM64 CPU. If you have issues with crashes on startup, make sure your graphics drivers are fully up to date.