From 9cd2e9ec8fc0127393dfce9c0359d500c8c238be Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 09 Apr 2019 02:22:50 +0000
Subject: [PATCH] updae source to 2.0.9 source
---
source/docs/README-raspberrypi.md | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/source/docs/README-raspberrypi.md b/source/docs/README-raspberrypi.md
index fbcffa1..5e23ad5 100644
--- a/source/docs/README-raspberrypi.md
+++ b/source/docs/README-raspberrypi.md
@@ -27,6 +27,16 @@
sudo apt-get install libraspberrypi0 libraspberrypi-bin libraspberrypi-dev
+
+================================================================================
+ 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 probably does, and the Pi3
+definitely does.
+
================================================================================
Cross compiling from x86 Linux
================================================================================
--
Gitblit v1.9.3