]> granicus.if.org Git - clang/commit
[Haiku] Support __float128 for x86 and x86_64
authorKristina Brooks <kristina@nym.hush.com>
Wed, 5 Dec 2018 15:05:06 +0000 (15:05 +0000)
committerKristina Brooks <kristina@nym.hush.com>
Wed, 5 Dec 2018 15:05:06 +0000 (15:05 +0000)
commit95f99e9211321b22e047e4f73d80b5d29d519b38
tree9b2392660c7544e27288e54dc4dba560084cd22b
parent192a57b58bde7e17ea408b2de4e1aced45c00e3b
[Haiku] Support __float128 for x86 and x86_64

This patch addresses a compilation error with clang when
running in Haiku being unable to compile code using
float128 (throws compilation error such as 'float128 is
not supported on this target').

Patch by kallisti5 (Alexander von Gluck IV)

Differential Revision: https://reviews.llvm.org/D54901

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348368 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets/OSTargets.h
test/CodeGenCXX/float128-declarations.cpp