[Issue 5323] std.math: struct FloatingPointControl, duplicate code and assumes X86
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Nov  1 00:59:10 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=5323
--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> ---
(In reply to Infiltrator from comment #2)
> Is this still an issue?  I'd have a look at the source, but I'm afraid that
> I wouldn't be able to tell what's X86 or SPARC, etc.
Well, X86 code is guarded by a version(X86) block, SPARC code by a
version(SPARC) block.  :-)
--
    
    
More information about the Digitalmars-d-bugs
mailing list