From cb5dc7ddb696f7c026e87290fe8879f33db13f68 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Sun, 4 May 2025 07:34:39 +0200 Subject: [PATCH] Explicitly set fpu mode on armhf Gbp-Pq: Name arm-fp-mode.diff --- bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S | 1 + 1 file changed, 1 insertion(+) diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S b/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S index 4eff3ff0a01..7996b9c5b3f 100644 --- a/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S +++ b/bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S @@ -51,6 +51,7 @@ privateSnippetExecutor: mov r0, ip @ r0 points to functionoffset/vtable mov r1, sp @ r1 points to this and params #ifdef __ARM_PCS_VFP + .fpu vfpv2 vpush {d0-d7} @ floating point parameter on stack #endif UNWIND .pad #PAD @ throw this data away on exception -- 2.30.2