fabs not being inlined?
    kinke 
    noone at nowhere.com
       
    Fri Feb  8 00:01:58 UTC 2019
    
    
  
On Thursday, 7 February 2019 at 23:50:10 UTC, David Nadlinger 
wrote:
> or use link-time optimization
Be sure to use `-flto=<thin|full>` *and* 
`-defaultlib=druntime-ldc-lto,phobos2-ldc-lto`.
> If there isn't already, we should probably create a tracker bug 
> for making sure we fix inlining for these, whether by switching 
> cross-module inlining on by default again, or 
> implementing/adding `pragma(inline, true)` to all the math 
> shims.
https://github.com/ldc-developers/ldc/issues/2552
    
    
More information about the digitalmars-d-ldc
mailing list