[flang] Add todo for bessel function default support
authorJean Perier <jperier@nvidia.com>
Fri, 29 Mar 2019 08:41:26 +0000 (01:41 -0700)
committerJean Perier <jperier@nvidia.com>
Fri, 29 Mar 2019 08:41:26 +0000 (01:41 -0700)
Original-commit: flang-compiler/f18@3842e7f5acda4bb35cf6ac235250f1ba4adee504

flang/lib/evaluate/intrinsics-library.cc

index ed8a61c..8b428c9 100644 (file)
@@ -79,6 +79,7 @@ static void AddLibmRealHostProcedures(
   // are not C standard but a GNU extension so they are not used
   // to avoid introducing incompatibilities.
   // Use libpgmath to get bessel function folding support.
+  // TODO:  Add Bessel functions when possible.
 
   for (auto sym : libmSymbols) {
     if (!hostIntrinsicLibrary.HasEquivalentProcedure(sym)) {