openresty / luajit2

OpenResty's Branch of LuaJIT 2
https://luajit.org/luajit.html
Other
1.2k stars 193 forks source link

Math functions not working on s390x #176

Closed Bisht13 closed 1 year ago

Bisht13 commented 2 years ago

Functions such as math.floor(), math.ceil() are not working as intended on s390x.

Example, Currenty: The first row is input for floor function and second row is the output image

Intended: image

This is from the math_special.lua test which can be found here.