Win64, merge-2.067, LLVM master, VS 2015 - current status
    John Colvin via digitalmars-d-ldc 
    digitalmars-d-ldc at puremagic.com
       
    Thu May 21 12:05:31 PDT 2015
    
    
  
On Wednesday, 20 May 2015 at 13:34:50 UTC, Temtaime wrote:
> Hi all !
> http://goo.gl/0JI4qJ
> Why ldc cannot optimize it ?
> Should i create an issue ?
> For example gdc uses only one mulfps.
Rule of thumb: don't use array ops for short arrays. They are 
quite well optimised for large arrays, but aren't great in cases 
like your example.
    
    
More information about the digitalmars-d-ldc
mailing list