@llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls
to the intrinsic, even when math-errno is off.

Fixes rdar://problem/7828230 by falling back on the library function.

llvm-svn: 100613
2 files changed
tree: fe0618dca2d4d896b0e6048a9e057d17c379e13d
  1. clang/
  2. compiler-rt/
  3. llvm/