[llvm-commits] [llvm] r55823 - in /llvm/trunk/lib/CodeGen/SelectionDAG: SelectionDAGBuild.cpp SelectionDAGBuild.h

Duncan Sands baldrick at free.fr
Fri Sep 5 01:04:49 PDT 2008


Hi Dale,

> Add -flimit-float-precision to enable some faster,
> but less accurate (non-IEEE) code sequences for
> certain math library functions.  Add the first of
> several such expansions.  Don't worry, if you don't
> turn it on it won't affect you.

Why not use the existing -enable-unsafe-fp-math option?

Ciao,

Duncan.



More information about the llvm-commits mailing list