mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,
which appears to be the intent. llvm-svn: 39922
This commit is contained in:
parent
0ba554c0c8
commit
e538b98446
@ -4477,7 +4477,7 @@ The argument and return value are floating point numbers of the same type.
|
||||
<h5>Semantics:</h5>
|
||||
|
||||
<p>
|
||||
This function returns the sqrt of the specified operand if it is a positive
|
||||
This function returns the sqrt of the specified operand if it is a nonnegative
|
||||
floating point number.
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user