[Scummvm-git-logs] scummvm master -> 2b678098a7d35b5cd6a1450ebe23b85a260eb942
rsn8887
noreply at scummvm.org
Fri Jun 27 21:11:43 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
2b678098a7 BUILD: enable ARM NEON on PSP2
Commit: 2b678098a7d35b5cd6a1450ebe23b85a260eb942
https://github.com/scummvm/scummvm/commit/2b678098a7d35b5cd6a1450ebe23b85a260eb942
Author: William Bonnaventure (william.bonnaventure at gmail.com)
Date: 2025-06-27T16:11:40-05:00
Commit Message:
BUILD: enable ARM NEON on PSP2
Although PSP2 was compiled with neon fpu parameter, SCUMMVM_NEON
was not defined. It in turn did not enabled neon paths.
Changed paths:
configure
diff --git a/configure b/configure
index 4641381f771..fc534675a15 100755
--- a/configure
+++ b/configure
@@ -3436,6 +3436,7 @@ EOF
_freetypepath="$VITASDK/arm-vita-eabi/bin"
_freetype2=yes
_libcurlpath="$VITASDK/arm-vita-eabi/bin"
+ _ext_neon=yes
append_var CXXFLAGS "--sysroot=$VITASDK/arm-vita-eabi"
append_var LDFLAGS "--sysroot=$VITASDK/arm-vita-eabi"
append_var DEFINES "-DPSP2 -DSYSTEM_NOT_SUPPORTING_D_TYPE"
More information about the Scummvm-git-logs
mailing list