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.] --