Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sqrt: Use unary_decl instead of custom inc file | Jan Vesely | 2017-11-02 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-By: Aaron Watry <awatry@gmail.com> llvm-svn: 317257 | ||||
* | Fix implementation of sqrt v2 | Tom Stellard | 2015-07-10 | 1 | -0/+1 |
Passing values less than 0 to the llvm.sqrt() intrinsic results in undefined behavior, so we need to check the input and return NaN if is is less than 0. v2: - Fix build failures. llvm-svn: 241906 |