Hi Dale, > It is more than errno. sqrt() should't compile to llvm.sqrt on any > platform that uses IEEE754 math, because IEEE sqrt() is well defined > on negative arguments and llvm.sqrt isn't. There are currently no > command line arguments to override this. -funsafe-math-optimizations? Ciao, Duncan.