[llvm] Enable logf128 constant folding for AArch64 (PR #96287)

Matthew Devereau via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 02:08:59 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list