ykjit / yk

yk packages
https://ykjit.github.io/yk/
Other
28 stars 7 forks source link

Implement (some) floating point comparisons. #1276

Closed vext01 closed 2 weeks ago

vext01 commented 2 weeks ago

Requires: https://github.com/ykjit/ykllvm/pull/178

Float comparisons are a bit more involved than integer comparisons.

Here's some of the highlights (and my working understanding of them):

I hope I've got this all right :)

vext01 commented 2 weeks ago

(After this attrib.lua gets a little further)

vext01 commented 2 weeks ago

I'll force push to fix the conflicts, if that's ok?

vext01 commented 2 weeks ago

https://github.com/ykjit/yk/pull/1276/commits/a9baf295184ef01c188fd1d0f73b9ed7b6d73de8 fixes the missing NOOPT_VALs.

vext01 commented 2 weeks ago

OK to force push a squash/rebase?

ltratt commented 2 weeks ago

Please go ahead.

vext01 commented 2 weeks ago

ready

vext01 commented 2 weeks ago

force pushed a fix for formatting. go ahead.