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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to