Compiling druntime on ldc2 - Win 8 x64
    David Nadlinger 
    see at klickverbot.at
       
    Tue May 14 20:30:05 PDT 2013
    
    
  
On Friday, 25 January 2013 at 12:21:58 UTC, Sebastian Graf wrote:
> Yeah, so here we go, 15 minutes after posting... The compiler 
> refused to parse an fp literal (1.0f), because 
> ld_setll(longdouble*, __int64) failed. I don't have that much 
> experience with assembler, but loading from [rsp] instead of 
> [esp] in the second line of the definition in ldfpu.asm 
> resolved the error for me. I hope this is nothing forbidden to 
> do.
Please consider submitting a pull request containing the change 
on GitHub.
The mixed use of esp and rsp in that file looks strange indeed, 
but I have never looked at that code before, so it would better 
be reviewed by Kai (@redstar).
David
    
    
More information about the digitalmars-d-ldc
mailing list