| commit | 8586bfd85d12714867574e4d040093f9572184d9 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Wed Apr 07 08:20:20 2010 +0000 |
| committer | John McCall <rjmccall@apple.com> | Wed Apr 07 08:20:20 2010 +0000 |
| tree | fe0618dca2d4d896b0e6048a9e057d17c379e13d | |
| parent | 49487930414f6fb6ed852a1a8baf7f7fd4b7c8a4 [diff] |
@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