It seems even this program produces a too much long asm listing for the site:

import std.stdio;
void main() {
    writeln("%f", 1.5);
}

Compiled with:

-O0 -march=native

Bye,
bearophile

Reply via email to