Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-07 Thread Joakim via Digitalmars-d-announce
On Saturday, 7 November 2015 at 20:34:06 UTC, Dan Olson wrote: Joakim 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:

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-07 Thread Joakim via Digitalmars-d-announce
On Saturday, 7 November 2015 at 19:20:02 UTC, Dan Olson wrote: Dan Olson writes: Joakim writes: btw, std.internal.math.gammafunction hasn't given me a problem since 2.067.1, the Win64 guys fixed it. 2.068 added a function that needs a CTFE-able

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-07 Thread Dan Olson via Digitalmars-d-announce
Joakim writes: > On Saturday, 7 November 2015 at 19:20:02 UTC, Dan Olson wrote: >> Dan Olson writes: >> >>> Joakim writes: btw, std.internal.math.gammafunction hasn't given me a problem since 2.067.1, the Win64 guys fixed

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-07 Thread Dan Olson via Digitalmars-d-announce
Dan Olson writes: > Joakim writes: >> btw, std.internal.math.gammafunction hasn't given me a problem since >> 2.067.1, the Win64 guys fixed it. 2.068 added a function that needs a >> CTFE-able 64-bit log2, but other than that, it just works now. You >>

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-07 Thread Dan Olson via Digitalmars-d-announce
Joakim writes: > On Saturday, 7 November 2015 at 20:34:06 UTC, Dan Olson wrote: >> Joakim 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: >>> >>>

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-06 Thread Joakim via Digitalmars-d-announce
On Thursday, 5 November 2015 at 07:44:48 UTC, Dan Olson wrote: This is another set of binaries and universal libs for the experimental LDC iOS cross-compiler. It is now based on LDC 0.16.1 (2.067.1) and LLVM 3.6.2. https://github.com/smolt/ldc-iphone-dev/releases/tag/ios-0.16.1-151104 btw,

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-06 Thread Dan Olson via Digitalmars-d-announce
Joakim writes: > btw, std.internal.math.gammafunction hasn't given me a problem since > 2.067.1, the Win64 guys fixed it. 2.068 added a function that needs a > CTFE-able 64-bit log2, but other than that, it just works now. You > may want to revert your patch for that module

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-05 Thread Dan Olson via Digitalmars-d-announce
Just a few more notes: Dan Olson writes: > Feedback appreciated, especially since iOS support may get into official > LDC sometime soon. This is a good time to voice an opinion on the > approach. Just noticed that tvOS and watchOS are now present in LLVM, so I think support

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-05 Thread Joakim via Digitalmars-d-announce
Great, your last announcement was linked in reddit comments about the 2.069 release, when asked about iOS support. On Thursday, 5 November 2015 at 08:05:39 UTC, Dan Olson wrote: Just noticed that tvOS and watchOS are now present in LLVM, so I think support for these could be added to LDC soon

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-05 Thread Joakim via Digitalmars-d-announce
On Thursday, 5 November 2015 at 15:45:35 UTC, Dan Olson wrote: tvOS is essentially iOS and doesn't require bitcode (yet) like watchOS. I am looking at adding it soon because Xcode 7 enables it by default. I just looked it up, their official docs say bitcode is required for both tvOS and

Re: iOS LDC 0.16.1 (2.067.1) binaries available

2015-11-05 Thread Dan Olson via Digitalmars-d-announce
Joakim writes: > Great, your last announcement was linked in reddit comments about the > 2.069 release, when asked about iOS support. > > On Thursday, 5 November 2015 at 08:05:39 UTC, Dan Olson wrote: >> Just noticed that tvOS and watchOS are now present in LLVM, so I >>