[PATCH] D13994: Optimization for pow(x, n) where n is some constant
    Joerg Sonnenberger via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 22 22:15:47 PDT 2015
    
    
  
joerg added a comment.
Somewhat unrelated side note, for fast math -0.5 (generally) and +/- 1/3 (for targets with cbrt) are likely also useful to consider.
http://reviews.llvm.org/D13994
    
    
More information about the llvm-commits
mailing list