[PATCH] D34018: Support __float128 on NetBSD libstdc++ x86/x86_64
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 18:57:00 PDT 2017
krytarowski added a comment.
Joerg declines to take this patch as it is, as there is no compiler-rt support for __float128 on i386 in compiler-rt. GCC knows __float128 on i386, amd64, i64, hppa, powerpc [some variations]; currently I focus on i386/amd64.
My proposal was to check if there is used libstdc++, and conditionally enable __float128 for i386/amd64?
Repository:
rL LLVM
https://reviews.llvm.org/D34018
More information about the cfe-commits
mailing list