Re: 64 bit version?

2011-09-25 Thread Robert Clipsham
On 22/09/2011 21:12, Trass3r wrote: or ldc, I thought that could also compile d2 LLVM still doesn't support SEH, though it's being worked on. The latest development code does for Win64. -- Robert http://octarineparrot.com/

Re: 64 bit version?

2011-09-22 Thread Trass3r
or ldc, I thought that could also compile d2 LLVM still doesn't support SEH, though it's being worked on.

Re: 64 bit version?

2011-09-22 Thread maarten van damme
or ldc, I thought that could also compile d2 2011/9/22 Trass3r > Currently you have to use GDC. >

Re: 64 bit version?

2011-09-22 Thread Trass3r
Currently you have to use GDC.

Re: 64 bit version?

2011-09-22 Thread Jonathan M Davis
On Thursday, September 22, 2011 19:38:25 mok-kong shen wrote: > I just read that D fits nicely to the 64-bit architecture. Is there > currently a D compiler that fully exploits the 64-bit hardware under > Windows 7? I mean e.g. one can have operations in D on unsigned long int of > 64 bits size tha

64 bit version?

2011-09-22 Thread mok-kong shen
I just read that D fits nicely to the 64-bit architecture. Is there currently a D compiler that fully exploits the 64-bit hardware under Windows 7? I mean e.g. one can have operations in D on unsigned long int of 64 bits size that correspond directly to hardware operations so as to achieve high eff