[libc-commits] [PATCH] D114236: [libc] Fix 64-bit ARM support and header includes
Kristof Beyls via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Nov 19 05:33:57 PST 2021
kristof.beyls added inline comments.
================
Comment at: libc/src/__support/FPUtil/PlatformDefs.h:18
-#if defined(_WIN32)
+#if defined(_WIN32) || defined(__arch64__)
#define LONG_DOUBLE_IS_DOUBLE
----------------
Apologies for the drive-by comment.
I just noticed the spelling __arch64__. It looks like maybe this should be __aarch64__?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114236/new/
https://reviews.llvm.org/D114236
More information about the libc-commits
mailing list