[Openmp-commits] [PATCH] D80897: [OpenMP] Initial support for std::complex in target regions
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jun 24 13:34:41 PDT 2020
jdoerfert added a comment.
@tra After chatting with @hfinkel I know now why we don't see the calls in the libc++ case. libc++ implements std::complex without `_Complex` types, stdlib++ does. If the user uses `_Complex` directly we need these functions for sure as the standard defines them (I think): https://godbolt.org/z/jcXgnH
So we need them and I would like to reuse them in the OpenMP offload path :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80897/new/
https://reviews.llvm.org/D80897
More information about the Openmp-commits
mailing list