[libc-commits] [PATCH] D115034: [libc] Select FPUtils implementations via code instead of build

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Dec 3 05:19:23 PST 2021


sivachandra accepted this revision.
sivachandra added a comment.
This revision is now accepted and ready to land.

Please wait for lntue as he is also planning some refactoring around `FMA.h`.



================
Comment at: libc/src/__support/FPUtil/FEnvImpl.h:15
+#if defined(LLVM_LIBC_ARCH_AARCH64)
+#include "src/__support/FPUtil/aarch64/FEnvImpl.h"
+#elif defined(LLVM_LIBC_ARCH_X86)
----------------
Nit: Any reason why prefer full paths instead of relative paths?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115034



More information about the libc-commits mailing list