[all-commits] [llvm/llvm-project] 14f0c0: [libc] Fix is_subnormal for Intel Extended Precisi...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Fri Jan 19 00:36:15 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14f0c06f48aca3e6f015944c88097b404005645e
      https://github.com/llvm/llvm-project/commit/14f0c06f48aca3e6f015944c88097b404005645e
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M libc/src/__support/FPUtil/FPBits.h
    M libc/src/__support/FPUtil/NormalFloat.h
    M libc/src/__support/FPUtil/generic/FMA.h
    M libc/src/__support/FPUtil/generic/sqrt.h
    M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
    M libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp

  Log Message:
  -----------
  [libc] Fix is_subnormal for Intel Extended Precision (#78592)

Also turn a set of `get_biased_exponent() == 0` into `is_subnormal()`
which is clearer.




More information about the All-commits mailing list