iOS LDC 0.16.1 (2.067.1) binaries available

Joakim via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Nov 7 13:03:36 PST 2015


On Saturday, 7 November 2015 at 20:34:06 UTC, Dan Olson wrote:
> Joakim <dlang at joakim.fea.st> writes:
>> Hmm, that's strange, this commit didn't fix the 64-bit issues 
>> for you? I believe it fixed them for me on Android/ARM:
>>
>> https://github.com/ldc-developers/phobos/commit/9d1b49578ffa4b2e848159cfe5afe80b5e4c26eb
>
> Yes, but there is still one case not working for both iOS armv7 
> and arm64 in 0.16.1.  It is only off by one ulp so I'll make a 
> PR for that.
>
> https://github.com/ldc-developers/phobos/blob/ldc/std/internal/math/gammafunction.d#L540

OK, somehow doesn't assert for me on Android/ARMv7.

> And then this new stuff in 2.068 is failing in various places.
>
> https://github.com/ldc-developers/phobos/commit/9b86eebed53c800a58dfa7e065dcb9e11cdae5c5

Yeah, that's the new function I mentioned earlier.  Initializing 
the constant maxY ends up calling log2 through CTFE, the 
intrinsic for which doesn't exist in Kai's longdouble2 branch.  I 
was going to look at writing one, feel free to beat me to it. ;)

Or if you added that log2 to your branch already, could be other 
issues too, haven't gotten that far.


More information about the Digitalmars-d-announce mailing list