]> git.kaiwu.me - quickjs.git/commit
avoid using INT64_MAX in double comparisons because it cannot be exactly represented...
authorFabrice Bellard <fabrice@bellard.org>
Sat, 3 Feb 2024 14:48:57 +0000 (15:48 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 3 Feb 2024 14:48:57 +0000 (15:48 +0100)
commit6f480abbc8b2abe91fcc0fa58aa07c367e1dcb36
tree8d3cb61fd096dd5da838efde4a610ade07a8061a
parent1ed38eef33b7c38024215b2d4177beb4f68e989f
avoid using INT64_MAX in double comparisons because it cannot be exactly represented as a double (bnoordhuis)
quickjs.c