diff options
| author | Mike Pall <mike> | 2025-04-10 22:45:38 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2025-04-10 22:45:38 +0200 |
| commit | 51d4c26ec7805d77bfc3470fdf99b73c4ef2faec (patch) | |
| tree | 9a746e729b55fcc212b76228c436cae57b025384 /src/vm_arm.dasc | |
| parent | c262976486e1e007b56380b6a36bfbea5f51d470 (diff) | |
| download | luajit-51d4c26ec7805d77bfc3470fdf99b73c4ef2faec.tar.gz luajit-51d4c26ec7805d77bfc3470fdf99b73c4ef2faec.tar.bz2 luajit-51d4c26ec7805d77bfc3470fdf99b73c4ef2faec.zip | |
ARM: Fix soft-float math.min()/math.max().
Reported by Dong Jianqiang. #1356
Diffstat (limited to 'src/vm_arm.dasc')
| -rw-r--r-- | src/vm_arm.dasc | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
| 1717 | |.endif | 1717 | |.endif |
| 1718 | |.endmacro | 1718 | |.endmacro |
| 1719 | | | 1719 | | |
| 1720 | | math_minmax math_min, gt, pl | 1720 | | math_minmax math_min, gt, hs |
| 1721 | | math_minmax math_max, lt, le | 1721 | | math_minmax math_max, lt, ls |
| 1722 | | | 1722 | | |
| 1723 | |//-- String library ----------------------------------------------------- | 1723 | |//-- String library ----------------------------------------------------- |
| 1724 | | | 1724 | | |
