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

This commit is contained in:
Ryan C. Gordon 2024-11-14 12:11:29 -05:00
parent 0f9505256d
commit 6ca8269b96
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ NEON
If your Pi has NEON support, make sure you add -mfpu=neon to your CFLAGS so 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 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 original Pi and Pi Zero units don't have NEON; everything from the Pi2/PiZero2
Zero2 definitely do. and later do.
Cross compiling from x86 Linux Cross compiling from x86 Linux