ARM: Fix soft-float math.min()/math.max().

Reported by Dong Jianqiang. #1356
This commit is contained in:
Mike Pall
2025-04-10 22:45:38 +02:00
parent c262976486
commit 51d4c26ec7
2 changed files with 3 additions and 3 deletions

View File

@@ -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 -----------------------------------------------------
|