projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e63e26
)
[flang] Fix doc typo
author
jeanPerier
<jeanPerier@users.noreply.github.com>
Wed, 3 Apr 2019 08:26:46 +0000
(10:26 +0200)
committer
GitHub
<noreply@github.com>
Wed, 3 Apr 2019 08:26:46 +0000
(10:26 +0200)
Original-commit: flang-compiler/f18@
c571a3faf39da3530bea6a5a910b7a4cc377d815
flang/documentation/Intrinsics.md
patch
|
blob
|
history
diff --git
a/flang/documentation/Intrinsics.md
b/flang/documentation/Intrinsics.md
index
6c88311
..
dd7fe3b
100644
(file)
--- a/
flang/documentation/Intrinsics.md
+++ b/
flang/documentation/Intrinsics.md
@@
-764,7
+764,7
@@
types related to host float and double types.
| --- | --- |
|float and double| BESSEL_J0, BESSEL_J1, BESSEL_JN (elemental only), BESSEL_Y0, BESSEL_Y1, BESSEL_Yn (elemental only), ERFC_SCALED |
-Lipgmath comes in three variants (precise, relaxed and fast). So far, only the
+Li
b
pgmath comes in three variants (precise, relaxed and fast). So far, only the
precise version is used for intrinsic function folding in f18. It guarantees the greatest numerical precision.
### Intrinsic Functions with Missing Folding Support