[Issue 17436] Weird `cast(double) i != cast(double) i` on 32-bit hosts

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 7 17:03:28 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=17436

--- Comment #2 from kinke <kinke at gmx.net> ---
[The generated code uses the ucomisd instruction, which is SSE2, so using
cvtsi2sd (SSE2) and avoiding the x87 should be feasible.]

--


More information about the Digitalmars-d-bugs mailing list