[flang] Add todo for bessel function default support

Original-commit: flang-compiler/f18@3842e7f5ac
This commit is contained in:
Jean Perier 2019-03-29 01:41:26 -07:00
parent 47251f2db0
commit eb52525b91
1 changed files with 1 additions and 0 deletions

View 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)) {