From 6ca8269b96536cd0589b0100a14923773518c4a7 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 14 Nov 2024 12:11:29 -0500
Subject: [PATCH] docs/README-raspberrypi.md: Corrected NEON information
(thanks, @cmitu!).
---
docs/README-raspberrypi.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/README-raspberrypi.md b/docs/README-raspberrypi.md
index ea6363b355881..ba34f47b1fea0 100644
--- a/docs/README-raspberrypi.md
+++ b/docs/README-raspberrypi.md
@@ -39,8 +39,8 @@ NEON
If your Pi has NEON support, make sure you add -mfpu=neon to your CFLAGS so
that SDL will select some otherwise-disabled highly-optimized code. The
-original Pi units don't have NEON, the Pi2/PiZero probably do, and the Pi3 and
-Zero2 definitely do.
+original Pi and Pi Zero units don't have NEON; everything from the Pi2/PiZero2
+and later do.
Cross compiling from x86 Linux