forked from OSchip/llvm-project
[flang] Add todo for bessel function default support
Original-commit: flang-compiler/f18@3842e7f5ac
This commit is contained in:
parent
47251f2db0
commit
eb52525b91
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue