[Openmp-commits] [PATCH] D55478: [openmp] [runtime] Disable KMP_HAVE_QUAD on NetBSD gcc

Kamil Rytarowski via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 11 09:35:36 PST 2018


krytarowski added a comment.

In D55478#1327056 <https://reviews.llvm.org/D55478#1327056>, @mgorny wrote:

> In D55478#1324490 <https://reviews.llvm.org/D55478#1324490>, @krytarowski wrote:
>
> > Hmm on the other hand, we enable _GLIBCXX_USE_FLOAT128 on NetBSD for i386/amd64.. however it doesn't work here. Can we add a feature detection?
>
>
> What should it detect? If using `__float128` works?


Yes, and whether _Complex __float128 works in particular.


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55478/new/

https://reviews.llvm.org/D55478





More information about the Openmp-commits mailing list