[all-commits] [llvm/llvm-project] 3ae5a9: [libc][NFC] Rename `MAX_EXPONENT` to `MAX_BIASED_E...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Wed Dec 20 01:30:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ae5a9b67fb6372f1e0d3afa9dcc71aef29fdfca
      https://github.com/llvm/llvm-project/commit/3ae5a9b67fb6372f1e0d3afa9dcc71aef29fdfca
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M libc/src/__support/FPUtil/FPBits.h
    M libc/src/__support/FPUtil/Hypot.h
    M libc/src/__support/FPUtil/ManipulationFunctions.h
    M libc/src/__support/FPUtil/generic/FMA.h
    M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
    M libc/src/__support/high_precision_decimal.h
    M libc/src/__support/str_to_float.h
    M libc/test/src/math/LdExpTest.h
    M libc/test/src/math/smoke/LdExpTest.h
    M libc/test/utils/FPUtil/x86_long_double_test.cpp

  Log Message:
  -----------
  [libc][NFC] Rename `MAX_EXPONENT` to `MAX_BIASED_EXPONENT` (#75932)

As currently defined `MAX_EXPONENT` actually corresponds to the biased
exponent (i.e. an unsigned value).




More information about the All-commits mailing list