[all-commits] [llvm/llvm-project] d68025: [libc] Implement a high-precision floating point c...

lntue via All-commits all-commits at lists.llvm.org
Tue Dec 13 21:37:51 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6802581700bdf65fc6d002d3d5667295044f0b3
      https://github.com/llvm/llvm-project/commit/d6802581700bdf65fc6d002d3d5667295044f0b3
  Author: Tue Ly <lntue at google.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M libc/src/__support/FPUtil/CMakeLists.txt
    A libc/src/__support/FPUtil/dyadic_float.h
    M libc/src/__support/UInt.h
    M libc/test/src/__support/CMakeLists.txt
    A libc/test/src/__support/FPUtil/CMakeLists.txt
    A libc/test/src/__support/FPUtil/dyadic_float_test.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    M libc/utils/UnitTest/FPMatcher.h

  Log Message:
  -----------
  [libc] Implement a high-precision floating point class.

Implement a high-precision floating point class using UInt<> as its
mantissa.  This will be used in accurate pass for double precision math
functions.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D136799




More information about the All-commits mailing list