[all-commits] [llvm/llvm-project] 4e0055: [libc] Allow BigInt class to use base word types o...

lntue via All-commits all-commits at lists.llvm.org
Tue Feb 13 13:04:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e005515ec5ecedf2cd986097e45cab59f9914da
      https://github.com/llvm/llvm-project/commit/4e005515ec5ecedf2cd986097e45cab59f9914da
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M libc/src/__support/FPUtil/dyadic_float.h
    M libc/src/__support/UInt.h
    M libc/src/__support/float_to_string.h
    M libc/src/__support/integer_utils.h
    M libc/test/src/__support/uint_test.cpp

  Log Message:
  -----------
  [libc] Allow BigInt class to use base word types other than uint64_t. (#81634)

This will allow DyadicFloat class to replace NormalFloat class.




More information about the All-commits mailing list