Pārlūkot izejas kodu

docs/README-raspberrypi.md: Corrected NEON information (thanks, @cmitu!).

Ryan C. Gordon 1 gadu atpakaļ
vecāks
revīzija
6ca8269b96
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      docs/README-raspberrypi.md

+ 2 - 2
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