[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 02:10:39 PST 2021
gchatelet created this revision.
gchatelet added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
gchatelet requested review of this revision.
We want to simplify the build system and rely on code to do the implementation selection.
This is in preparation of adding a Bazel configuration (D114712 <https://reviews.llvm.org/D114712>).
Repository:
rG LLVM Github Monorepo
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.391586.patch
Type: text/x-patch
Size: 8926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211203/c4c12d82/attachment-0001.bin>
More information about the libc-commits
mailing list