[libc-commits] [PATCH] D118389: [libc] Guard sqrt_80_bit_long_double.h header to not be included with aarch64.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 27 09:48:22 PST 2022


sivachandra added inline comments.


================
Comment at: libc/src/__support/FPUtil/generic/sqrt.h:23
 #if defined(SPECIAL_X86_LONG_DOUBLE)
+#include "sqrt_80_bit_long_double.h"
+
----------------
Do we really want this include from inside of a namespace?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118389/new/

https://reviews.llvm.org/D118389



More information about the libc-commits mailing list