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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Dec 3 07:50:54 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG71405d90f042: [libc] Select FPUtils implementations via code instead of build (authored by gchatelet).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115034

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/DummyFEnvImpl.h
  libc/src/__support/FPUtil/FEnvImpl.h
  libc/src/__support/FPUtil/FMA.h
  libc/src/__support/FPUtil/FPBits.h
  libc/src/__support/FPUtil/LongDoubleBitsX86.h
  libc/src/__support/FPUtil/ManipulationFunctions.h
  libc/src/__support/FPUtil/NextAfterLongDoubleX86.h
  libc/src/__support/FPUtil/Sqrt.h
  libc/src/__support/FPUtil/SqrtLongDoubleX86.h
  libc/src/__support/FPUtil/aarch64/FEnvImpl.h
  libc/src/__support/FPUtil/aarch64/FMA.h
  libc/src/__support/FPUtil/x86_64/FEnvImpl.h
  libc/src/__support/FPUtil/x86_64/FMA.h
  libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
  libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
  libc/src/__support/FPUtil/x86_64/SqrtLongDouble.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115034.391647.patch
Type: text/x-patch
Size: 8633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211203/082eace2/attachment-0001.bin>


More information about the libc-commits mailing list