[clang] [X86] Add ABI handling for __float128 (PR #75156)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 14 06:49:38 PST 2023


================
@@ -0,0 +1,35 @@
+// RUN: %clang_cc1 -triple x86_64-linux -emit-llvm  -target-feature +sse2 < %s | FileCheck %s --check-prefixes=CHECK
----------------
RKSimon wrote:

If you're dealing with it soon then handling it in a followup sounds good to me

https://github.com/llvm/llvm-project/pull/75156


More information about the cfe-commits mailing list