From 51d4c26ec7805d77bfc3470fdf99b73c4ef2faec Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 10 Apr 2025 22:45:38 +0200 Subject: ARM: Fix soft-float math.min()/math.max(). Reported by Dong Jianqiang. #1356 --- src/vm_arm.dasc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vm_arm.dasc') diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc index ca08fc11..86bef0cf 100644 --- a/src/vm_arm.dasc +++ b/src/vm_arm.dasc @@ -1717,8 +1717,8 @@ static void build_subroutines(BuildCtx *ctx) |.endif |.endmacro | - | math_minmax math_min, gt, pl - | math_minmax math_max, lt, le + | math_minmax math_min, gt, hs + | math_minmax math_max, lt, ls | |//-- String library ----------------------------------------------------- | -- cgit v1.2.3-55-g6feb