[libc-commits] [PATCH] D105561: [libc] Capture floating point encoding and arrange it sequentially in memory
Hedin GarcĂa via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 12 11:48:46 PDT 2021
hedingarcia updated this revision to Diff 358011.
hedingarcia edited the summary of this revision.
hedingarcia added a comment.
[libc] Removed encoding/FPUIntType struct and renamed getExponent()
Eliminated encoding struct and moved its data and member fields into FPBits.
Removed the FPUIntType struct since it was not being referenced.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105561/new/
https://reviews.llvm.org/D105561
Files:
libc/test/src/math/LdExpTest.h
libc/test/src/math/NextAfterTest.h
libc/test/src/math/RoundToIntegerTest.h
libc/test/src/math/SqrtTest.h
libc/utils/FPUtil/BasicOperations.h
libc/utils/FPUtil/DivisionAndRemainderOperations.h
libc/utils/FPUtil/FPBits.h
libc/utils/FPUtil/Hypot.h
libc/utils/FPUtil/LongDoubleBitsX86.h
libc/utils/FPUtil/ManipulationFunctions.h
libc/utils/FPUtil/NearestIntegerOperations.h
libc/utils/FPUtil/NextAfterLongDoubleX86.h
libc/utils/FPUtil/NormalFloat.h
libc/utils/FPUtil/Sqrt.h
libc/utils/FPUtil/SqrtLongDoubleX86.h
libc/utils/FPUtil/TestHelpers.cpp
libc/utils/FPUtil/generic/FMA.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105561.358011.patch
Type: text/x-patch
Size: 40141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210712/aca528ac/attachment-0001.bin>
More information about the libc-commits
mailing list