CTFE using compiler intrinsics but without phobos/druntime.

Kayo kayo at illumium.org
Mon Nov 9 18:19:42 UTC 2020


Hmm...
It seems this works when I defines `sin` function for `real` arg 
like so:

module core.math;

public:
@nogc:
pure:
nothrow:
@safe:

real sin(real x);



More information about the Digitalmars-d mailing list