================
@@ -11,7 +11,14 @@
namespace llvm {
-#if defined(__clang__) && defined(__FLOAT128__) && \
+#if defined(__aarch64__)
----------------
MDevereau wrote:
I've added a check for the mantissa size now which should help with this.
https://github.com/llvm/llvm-project/pull/96287