CTFE Status 2
Stefan Koch via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 20 12:44:26 PDT 2017
On Tuesday, 20 June 2017 at 19:37:47 UTC, David Nadlinger wrote:
>
> But how much of the std.math code are you actually executing
> with newCTFE? What I meant is that if the std.math{,special}
> implementations of the various mathematical functions work,
> there shouldn't be any egregious issues. I'm not sure how much
> of it is usually run during CTFE, though.
>
> — David
I just checked.
I execute exactly 0% of it.
It mostly bails out on || and &&.
More information about the Digitalmars-d
mailing list